FunctionTransform({
ref,
children,
x = 0,
y = 0,
scaleX = 1,
scaleY = 1,
rotation = 0,
origin,
transition,
}:
packages/react/src/components.tsx:161
FunctionVisualLayoutView({
root,
boxes,
proposal,
includeBox,
className = 'layout-stage',
}: {
root: LayoutNode
boxes: V
packages/layout/playground/src/lib/visual.tsx:42