TLUiEventData

See source code
type TLUiEventData<K> = K extends null
  ? {
      source: TLUiEventSource
    }
  : {
      source: TLUiEventSource
    } & K
Prev
TLUiEventContextType
Next
TLUiEventHandler
hi

We use cookies on this website.
Learn more in our Cookie Policy.