TLOnClickHandler
Public typealias
Signature
type TLOnClickHandler<T extends TLShape> = (
shape: T
) => TLShapePartial<T> | void
References
Source
Public typealias
type TLOnClickHandler<T extends TLShape> = (
shape: T
) => TLShapePartial<T> | void