TLOnDragHandler
Public TypeAlias
Signature
type TLOnDragHandler<T extends TLShape, R = void> = (
shape: T,
shapes: TLShape[]
) => R
Public TypeAlias
type TLOnDragHandler<T extends TLShape, R = void> = (
shape: T,
shapes: TLShape[]
) => R