UNPKG

ngx-json-schema-viewer

Version:
10 lines (9 loc) 564 B
import type { JSONSchemaNS } from "../../types"; import * as i0 from "@angular/core"; export declare class CreateUnlistedPropertiesComponent { schema: JSONSchemaNS.Object; get unlistedProperties(): string[]; generatePropertyName(prop: string): string; static ɵfac: i0.ɵɵFactoryDeclaration<CreateUnlistedPropertiesComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CreateUnlistedPropertiesComponent, "jse-object-unlisted-properties", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>; }