UNPKG

schyma

Version:

JSON Schemas Visualizer React component

12 lines (11 loc) 358 B
import { Edge } from 'reactflow'; import { CompositionType } from '../types'; export declare const nodeWidth = 172; export declare const nodeHeight = 36; export declare const position: { x: number; y: number; zoom: number; }; export declare const initialEdges: [Edge]; export declare const compositionEdgeColors: Record<CompositionType, string>;