Interface IconThemeContribution

interface IconThemeContribution {
    registerIconThemes(iconThemes): MaybePromise<void>;
}

Implemented by

Methods