PositionedOnCanvas
Public readonly variable
Signature
PositionedOnCanvas: import('react').MemoExoticComponent<
({
x: offsetX,
y: offsetY,
rotation,
...rest
}: {
x?: number | undefined
y?: number | undefined
rotation?: number | undefined
} & HTMLProps<HTMLDivElement>) => import('react/jsx-runtime').JSX.Element
>
Source