UNPKG

ngx-json-schema-viewer

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