diff --git a/dev-docs/docs/@excalidraw/excalidraw/api/props/ui-options.mdx b/dev-docs/docs/@excalidraw/excalidraw/api/props/ui-options.mdx index 5c2c40ccb..29c9d2116 100644 --- a/dev-docs/docs/@excalidraw/excalidraw/api/props/ui-options.mdx +++ b/dev-docs/docs/@excalidraw/excalidraw/api/props/ui-options.mdx @@ -6,7 +6,7 @@ This prop can be used to customise UI of Excalidraw. Currently we support custom {
canvasActions?: CanvasActions - ,
dockedSidebarBreakpoint?: number,
welcomeScreen?: boolean
+ ,
dockedSidebarBreakpoint?: number,
welcomeScreen?: boolean,
tools?: {
image: boolean
}
} @@ -78,4 +78,4 @@ Currently you can control the visibility of `image` tool via this prop. | Prop | Type | Default | Description | | --- | --- | --- | --- | -| image | boolean | true | Decides whether `image` tool should be visible. \ No newline at end of file +| image | boolean | true | Decides whether `image` tool should be visible.