Function: useToolRenderer()¶
useToolRenderer(
toolName):ComponentType\<ToolRendererProps> |null
Defined in: src/context/ToolRenderers.tsx:49
The custom renderer registered for a tool name, or null when the built-in
tool row should render.
Parameters¶
toolName¶
string
Returns¶
ComponentType\<ToolRendererProps> | null