UNPKG

@matthewgapp/solidjs-flow

Version:

React Flow - A highly customizable React library for building node-based editors and interactive flow charts.

10 lines 496 B
import type { XYPosition } from '@xyflow/system'; import type { InternalNode, Node, NodeTypes } from '../../types'; import { JSX } from 'solid-js'; export declare const arrowKeyDiffs: Record<string, XYPosition>; export declare const builtinNodeTypes: NodeTypes; export declare function getNodeInlineStyleDimensions<NodeType extends Node = Node>(node: InternalNode<NodeType>): { width: JSX.CSSProperties['width']; height: JSX.CSSProperties['height']; }; //# sourceMappingURL=utils.d.ts.map