UNPKG

ngx-json-schema-viewer

Version:
9 lines (8 loc) 496 B
import type { JSONSchemaNS } from '../types'; import * as i0 from "@angular/core"; export declare class CreateNullComponent { schema: JSONSchemaNS.Null; description?: string; static ɵfac: i0.ɵɵFactoryDeclaration<CreateNullComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CreateNullComponent, "jse-null", never, { "schema": { "alias": "schema"; "required": true; }; "description": { "alias": "description"; "required": false; }; }, {}, never, never, true, never>; }