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