UNPKG

angular2-json-schema-form

Version:
9 lines (8 loc) 307 B
import { Framework } from '../framework'; import { Bootstrap3FrameworkComponent } from './bootstrap-3-framework.component'; export declare class Bootstrap3Framework extends Framework { name: string; framework: typeof Bootstrap3FrameworkComponent; stylesheets: string[]; scripts: string[]; }