ngx-json-schema-viewer
Version:
<h1 align="center">ngx-json-schema-viewer</h1>
11 lines (10 loc) • 559 B
TypeScript
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>;
}