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