From 45fd464a47fd01da26d2734bec3adb1916a354d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BF=E3=81=91CAT?= Date: Wed, 10 Jan 2024 22:32:25 +0900 Subject: [PATCH] add tools to UIOptions --- dev-docs/docs/@excalidraw/excalidraw/api/props/ui-options.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.