UNPKG

ngx-json-schema-viewer

Version:
9 lines (8 loc) 474 B
import type { JSONSchemaNS } from "../../types"; import * as i0 from "@angular/core"; export declare class PropertyNamesComponent { schema: JSONSchemaNS.Object; generatePropertyName(): string; static ɵfac: i0.ɵɵFactoryDeclaration<PropertyNamesComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PropertyNamesComponent, "jse-object-property-names", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>; }