UNPKG

ngx-json-schema-viewer

Version:
10 lines (9 loc) 481 B
import type { JSONSchemaNS } from "../../types"; import * as i0 from "@angular/core"; export declare class ContentSchemaComponent { schema: JSONSchemaNS.String; contentSchemaLabel: string; title: string; static ɵfac: i0.ɵɵFactoryDeclaration<ContentSchemaComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ContentSchemaComponent, "qm-content-schema", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>; }