UNPKG

schyma

Version:

JSON Schemas Visualizer React component

8 lines (7 loc) 524 B
export { getCompositionType, arrayToProps } from './compositions'; export declare function resolveRef(ref: string, schema: any): Promise<JSONSchema>; export declare function nameFromRef(ref: string): string; export declare function propMerge(schema: any, label: string): Record<string, unknown>; export declare function removeElementsByParent(nodes: any, id: any): any; export declare function removeEdgesByParent(edges: any, id: any): any; export declare function retrieveObj(theObject: any, key: string | undefined): any;