@ajsf/core
Version:
Angular JSON Schema Form builder core
10 lines (9 loc) • 387 B
TypeScript
import { Framework } from './framework';
import { NoFrameworkComponent } from './no-framework.component';
import * as i0 from "@angular/core";
export declare class NoFramework extends Framework {
name: string;
framework: typeof NoFrameworkComponent;
static ɵfac: i0.ɵɵFactoryDeclaration<NoFramework, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NoFramework>;
}