UNPKG

@xyflow/system

Version:

xyflow core system that powers React Flow and Svelte Flow.

3 lines 255 B
import { Position, type Rect, type Viewport, type Align } from '../'; export declare function getNodeToolbarTransform(nodeRect: Rect, viewport: Viewport, position: Position, offset: number, align: Align): string; //# sourceMappingURL=node-toolbar.d.ts.map