Interface StylingParticipant

interface StylingParticipant {
    registerThemeStyle(theme, collector): void;
}

Implemented by

Methods