UNPKG

ngx-json-schema-viewer

Version:
13 lines (12 loc) 747 B
import { AllOfSchemaComponent } from "./all-of"; import { AnyOfSchemaComponent } from "./any-of"; import { NotSchemaComponent } from "./not"; import { OneOfSchemaComponent } from "./one-of"; import type { JSONSchema } from "../../types"; import * as i0 from "@angular/core"; export { AllOfSchemaComponent, AnyOfSchemaComponent, NotSchemaComponent, OneOfSchemaComponent }; export declare class SchemaCompositionComponent { schema: Exclude<JSONSchema, true | false>; static ɵfac: i0.ɵɵFactoryDeclaration<SchemaCompositionComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SchemaCompositionComponent, "jse-schema-composition", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>; }