ngx-json-schema-viewer
Version:
<h1 align="center">ngx-json-schema-viewer</h1>
9 lines (8 loc) • 504 B
TypeScript
import type { JSONSchemaNS } from "../../types";
import * as i0 from "@angular/core";
export declare class CreateArrayComponent {
schema: JSONSchemaNS.Array;
description?: string;
static ɵfac: i0.ɵɵFactoryDeclaration<CreateArrayComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CreateArrayComponent, "jse-array", never, { "schema": { "alias": "schema"; "required": true; }; "description": { "alias": "description"; "required": false; }; }, {}, never, never, true, never>;
}