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