Public TypeAlias
type OnClickHandler<T extends TLShape> = (shape: T) => TLShapePartial<T> | void
TLShape, TLShapePartial