UNPKG

ngx-json-schema-viewer

Version:
8 lines (7 loc) 455 B
import type { JSONSchema } from '../../types'; import * as i0 from "@angular/core"; export declare class ContentMediaTypeComponent { schema: Exclude<JSONSchema, true | false>; static ɵfac: i0.ɵɵFactoryDeclaration<ContentMediaTypeComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ContentMediaTypeComponent, "qm-content-media-type", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>; }