UNPKG

1.55 kBTypeScriptView Raw
1import { interfaces } from 'inversify';
2import { ColorTheme, CssStyleCollector, StylingParticipant } from './styling-service';
3export declare function bindCommonStylingParticipants(bind: interfaces.Bind): void;
4export declare class ActionLabelStylingParticipant implements StylingParticipant {
5 registerThemeStyle(theme: ColorTheme, collector: CssStyleCollector): void;
6}
7export declare class TreeStylingParticipant implements StylingParticipant {
8 registerThemeStyle(theme: ColorTheme, collector: CssStyleCollector): void;
9}
10export declare class BreadcrumbStylingParticipant implements StylingParticipant {
11 registerThemeStyle(theme: ColorTheme, collector: CssStyleCollector): void;
12}
13export declare class StatusBarStylingParticipant implements StylingParticipant {
14 registerThemeStyle(theme: ColorTheme, collector: CssStyleCollector): void;
15}
16export declare class MenuStylingParticipant implements StylingParticipant {
17 registerThemeStyle(theme: ColorTheme, collector: CssStyleCollector): void;
18}
19export declare class BadgeStylingParticipant implements StylingParticipant {
20 registerThemeStyle(theme: ColorTheme, collector: CssStyleCollector): void;
21}
22export declare class TabbarStylingParticipant implements StylingParticipant {
23 registerThemeStyle(theme: ColorTheme, collector: CssStyleCollector): void;
24}
25export declare class ButtonStylingParticipant implements StylingParticipant {
26 registerThemeStyle(theme: ColorTheme, collector: CssStyleCollector): void;
27}
28//# sourceMappingURL=common-styling-participants.d.ts.map
\No newline at end of file