TLUiToolsProviderProps

Public TypeAlias

Signature
type TLUiToolsProviderProps = {
  overrides?: (
    editor: Editor,
    tools: TLUiToolsContextType,
    helpers: {
      insertMedia: () => void
    }
  ) => TLUiToolsContextType
  children: any
}
References

Editor, TLUiToolsContextType

Edit this page
Last edited on 6 June 2023
TLUiToolsContextTypeTLUiTranslation