mirror of https://github.com/ANL-CEEESA/RELOG.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
465 B
9 lines
465 B
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
|