UNPKG

ngx-json-schema-viewer

Version:
11 lines (10 loc) 566 B
import type { JSONSchema } from '../types'; import * as i0 from "@angular/core"; export declare class CreateNodesComponent { schema: JSONSchema; get isCompositionSchema(): boolean; get isConditionalSchema(): boolean; get typedSchema(): Exclude<JSONSchema, false | true> | undefined; static ɵfac: i0.ɵɵFactoryDeclaration<CreateNodesComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CreateNodesComponent, "jse-common-create-nodes", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>; }