UNPKG

schyma

Version:

JSON Schemas Visualizer React component

5 lines (4 loc) 292 B
import { CompositionType } from '../types'; export declare function getCompositionType(schema: any): CompositionType | null; export declare function arrayToProps(props: any, label: string): any; export declare const handleCompositions: (schema: any, mergedProps: any, label: string) => void;