mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Add new type excalidraw-api/clipboard for programmatic api
This commit is contained in:
parent
bb778892dc
commit
7a94ee3191
4 changed files with 12 additions and 1 deletions
|
@ -136,6 +136,7 @@ export interface ExcalidrawProgrammaticAPI {
|
|||
| ExcalidrawSelectionElement
|
||||
| ExcalidrawImageElement
|
||||
| ExcalidrawFreeDrawElement
|
||||
| ExcalidrawFrameElement
|
||||
>
|
||||
| ({
|
||||
type: Extract<ExcalidrawLinearElement["type"], "line">;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue