UNPKG

ngx-json-schema-viewer

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