Files
ng2-file-upload/build/node_modules/ng2-bootstrap/components/ng2-bootstrap-config.d.ts
2016-02-02 18:42:21 +02:00

9 lines
176 B
TypeScript

export declare enum Ng2BootstrapTheme {
BS3 = 1,
BS4 = 2,
}
export declare class Ng2BootstrapConfig {
private static _theme;
static theme: Ng2BootstrapTheme;
}