1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 | import { InjectionToken } from '@angular/core';
|
7 | import { NbMediaBreakpoint } from './services/breakpoints.service';
|
8 | import { NbJSThemeOptions } from './services/js-themes/theme.options';
|
9 | export interface NbThemeOptions {
|
10 | name: string;
|
11 | }
|
12 | export declare const NB_THEME_OPTIONS: InjectionToken<NbThemeOptions>;
|
13 | export declare const NB_MEDIA_BREAKPOINTS: InjectionToken<NbMediaBreakpoint[]>;
|
14 | export declare const NB_BUILT_IN_JS_THEMES: InjectionToken<NbJSThemeOptions[]>;
|
15 | export declare const NB_JS_THEMES: InjectionToken<NbJSThemeOptions[]>;
|
16 |
|
17 |
|
18 |
|
19 | export declare const NB_WINDOW: InjectionToken<Window>;
|
20 | export declare const NB_DOCUMENT: InjectionToken<Document>;
|