TLOnResizeHandler
Public typealias
Signature
type TLOnResizeHandler<T extends TLShape> = (
shape: T,
info: TLResizeInfo<T>
) => Omit<TLShapePartial<T>, 'id' | 'type'> | undefined | void
References
TLShape, TLResizeInfo, TLShapePartial
Source