TLUiToolsProviderProps
Public typealias
Signature
type TLUiToolsProviderProps = {
  children: React.ReactNode
  overrides?: (
    editor: Editor,
    tools: TLUiToolsContextType,
    helpers: {
      insertMedia: () => void
    }
  ) => TLUiToolsContextType
}
References
Source

