UNPKG

ngx-json-schema-viewer

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