UNPKG

ngx-json-schema-viewer

Version:
9 lines (8 loc) 448 B
import type { JSONSchema } from '../../types'; import * as i0 from "@angular/core"; export declare class ConstantComponent { schema: Exclude<JSONSchema, true | false>; get constValue(): any; static ɵfac: i0.ɵɵFactoryDeclaration<ConstantComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ConstantComponent, "qm-constant", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>; }