@xyflow/react
Version:
React Flow - A highly customizable React library for building node-based editors and interactive flow charts.
9 lines • 465 B
TypeScript
import type { XYPosition } from '@xyflow/system';
import type { InternalNode, Node, NodeTypes } from '../../types';
export declare const arrowKeyDiffs: Record<string, XYPosition>;
export declare const builtinNodeTypes: NodeTypes;
export declare function getNodeInlineStyleDimensions<NodeType extends Node = Node>(node: InternalNode<NodeType>): {
width: number | string | undefined;
height: number | string | undefined;
};
//# sourceMappingURL=utils.d.ts.map