add tools to UIOptions

This commit is contained in:
みけCAT 2024-01-10 22:32:25 +09:00 committed by GitHub
parent 65047cc2cb
commit 45fd464a47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ This prop can be used to customise UI of Excalidraw. Currently we support custom
{
<br /> canvasActions?: <a href="https://github.com/excalidraw/excalidraw/blob/master/packages/excalidraw/types.ts#L372">
CanvasActions
</a>, <br /> dockedSidebarBreakpoint?: number, <br /> welcomeScreen?: boolean <br />
</a>, <br /> dockedSidebarBreakpoint?: number, <br /> welcomeScreen?: boolean, <br /> tools?: { <br /> image: boolean <br /> } <br />
}
</pre>