UNPKG

ngx-json-schema-viewer

Version:
11 lines (10 loc) 559 B
import type { JSONSchema } from '../types'; import * as i0 from "@angular/core"; export declare class CreateAlwaysValidComponent { schema: JSONSchema; get notBoolean(): boolean; get typedSchema(): Exclude<JSONSchema, true | false>; get description(): string | undefined; static ɵfac: i0.ɵɵFactoryDeclaration<CreateAlwaysValidComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CreateAlwaysValidComponent, "jse-always-valid", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>; }