@ajsf/bootstrap3
Version:
Angular JSON Schema Form builder using Bootstrap 3 UI
12 lines (11 loc) • 484 B
TypeScript
import { Framework } from '@ajsf/core';
import { Bootstrap3FrameworkComponent } from './bootstrap3-framework.component';
import * as i0 from "@angular/core";
export declare class Bootstrap3Framework extends Framework {
name: string;
framework: typeof Bootstrap3FrameworkComponent;
stylesheets: string[];
scripts: string[];
static ɵfac: i0.ɵɵFactoryDeclaration<Bootstrap3Framework, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<Bootstrap3Framework>;
}