TLUiToolsProviderProps
Table of contents
Public interface
Signature
interface TLUiToolsProviderProps {}
Source
packages/tldraw/src/lib/ui/hooks/useTools.tsx
Properties
children
Public propertysignature
Signature
children: React.ReactNode
overrides
Public propertysignature
Signature
overrides?: (
editor: Editor,
tools: TLUiToolsContextType,
helpers: {
insertMedia: () => void
}
) => TLUiToolsContextType
References