9 lines
176 B
TypeScript
9 lines
176 B
TypeScript
export declare enum Ng2BootstrapTheme {
|
|
BS3 = 1,
|
|
BS4 = 2,
|
|
}
|
|
export declare class Ng2BootstrapConfig {
|
|
private static _theme;
|
|
static theme: Ng2BootstrapTheme;
|
|
}
|