UNPKG

ngx-json-schema-viewer

Version:
11 lines (10 loc) 571 B
import type { JSONSchema, JSONSchemaNS } from "../../types"; import * as i0 from "@angular/core"; export declare class CreatePrefixItemsComponent { schema: JSONSchemaNS.Array; get arrayItems(): JSONSchema[]; isMinItemsValid(): boolean; prefixItemsLabel(index: number): string; static ɵfac: i0.ɵɵFactoryDeclaration<CreatePrefixItemsComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CreatePrefixItemsComponent, "jse-array-prefix-items", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>; }