@ajsf-extended/core
Version:
Angular JSON Schema Form builder core - fork from https://github.com/hamzahamidi/ajsf
13 lines (12 loc) • 348 B
TypeScript
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>;
}