UNPKG

schyma

Version:

JSON Schemas Visualizer React component

8 lines (7 loc) 527 B
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 arrayToProps(props: any, label: string): any; 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;