UNPKG

@ajsf/core

Version:

Angular JSON Schema Form builder core

13 lines (12 loc) 336 B
import * as i0 from "@angular/core"; export declare class Framework { name: string; framework: any; widgets?: { [key: string]: any; }; stylesheets?: string[]; scripts?: string[]; static ɵfac: i0.ɵɵFactoryDeclaration<Framework, never>; static ɵprov: i0.ɵɵInjectableDeclaration<Framework>; }