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