ToolsProviderProps
Public TypeAlias
Signature
type ToolsProviderProps = {
  overrides?: (
    app: App,
    tools: ToolsContextType,
    helpers: {
      insertMedia: () => void
    }
  ) => ToolsContextType
  children: any
}
Public TypeAlias
type ToolsProviderProps = {
  overrides?: (
    app: App,
    tools: ToolsContextType,
    helpers: {
      insertMedia: () => void
    }
  ) => ToolsContextType
  children: any
}