UNPKG

ngx-json-schema-viewer

Version:
10 lines (9 loc) 458 B
import type { JSONSchema } from '../../types'; import * as i0 from "@angular/core"; export declare class EnumComponent { schema: Exclude<JSONSchema, true | false>; enumLabel: string; get enumValue(): unknown; static ɵfac: i0.ɵɵFactoryDeclaration<EnumComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<EnumComponent, "qm-enum", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>; }