UNPKG

ngx-json-schema-viewer

Version:
10 lines (9 loc) 500 B
import type { JSONSchema } from "../../types"; import * as i0 from "@angular/core"; export declare class NotSchemaComponent { schema: Exclude<JSONSchema, true | false>; get typedSchema(): JSONSchema; get typeOf(): string; static ɵfac: i0.ɵɵFactoryDeclaration<NotSchemaComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NotSchemaComponent, "jse-schema-composition-not", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>; }