UNPKG

ngx-json-schema-viewer

Version:
11 lines (10 loc) 659 B
import type { JSONSchemaNS } from "../../types"; import * as i0 from "@angular/core"; export declare class CreateAdditionalPropertiesComponent { schema: JSONSchemaNS.Object; get additionalProperties(): JSONSchemaNS<any, JSONSchemaNS.TypeValue> | undefined; isUndefinedOrBoolean(value: any): boolean; additionalPropertiesLabel(): string; static ɵfac: i0.ɵɵFactoryDeclaration<CreateAdditionalPropertiesComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CreateAdditionalPropertiesComponent, "jse-object-additional-properties", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>; }