type TLOnDoubleClickHandler<T extends TLShape> = (
  shape: T
) => TLShapePartial<T> | void
TLOnDoubleClickHandleHandlerTLOnDragHandler