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