UNPKG
@qwu4xyv/system-flow
Version:
latest (0.0.26)
0.0.26
0.0.25
xyflow core system that powers React Flow and Svelte Flow.
github.com/QWu4xYV/xyflow
QWu4xYV/xyflow
@qwu4xyv/system-flow
/
dist
/
esm
/
utils
/
node-toolbar.d.ts
3 lines
•
255 B
TypeScript
View Raw
1
2
3
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