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