UNPKG

angular2-json-schema-form

Version:
7 lines (6 loc) 224 B
import { Framework } from '../framework'; import { NoFrameworkComponent } from './no-framework.component'; export declare class NoFramework extends Framework { name: string; framework: typeof NoFrameworkComponent; }