@ng-formworks/core
Version:
Angular ng-formworks - JSON Schema Form builder core
11 lines (10 loc) • 405 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;
text: string;
framework: typeof NoFrameworkComponent;
static ɵfac: i0.ɵɵFactoryDeclaration<NoFramework, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NoFramework>;
}