ngx-json-schema-viewer
Version:
<h1 align="center">ngx-json-schema-viewer</h1>
10 lines (9 loc) • 511 B
TypeScript
import type { JSONSchema } from "../../types";
import * as i0 from "@angular/core";
export declare class AllOfSchemaComponent {
schema: Exclude<JSONSchema, true | false>;
get typedSchema(): JSONSchema[];
get typeOf(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<AllOfSchemaComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AllOfSchemaComponent, "jse-schema-composition-all-of", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>;
}