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