UNPKG

ngx-json-schema-viewer

Version:
12 lines (11 loc) 617 B
import type { JSONSchemaNS, JSONSchema } from '../../types'; import * as i0 from "@angular/core"; export declare class CreateAdditionalItemsComponent { schema: JSONSchemaNS.Array; get items(): JSONSchema; get startingIndex(): number; isMinItemsValid(): boolean; additionalItemsLabel(count: number): string; static ɵfac: i0.ɵɵFactoryDeclaration<CreateAdditionalItemsComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CreateAdditionalItemsComponent, "jse-array-additional-items", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>; }