mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Merge db31855e26
into 6e47fadb59
This commit is contained in:
commit
53e89bd266
8 changed files with 1853 additions and 2063 deletions
|
@ -412,3 +412,6 @@ export type NonDeletedSceneElementsMap = Map<
|
|||
export type ElementsMapOrArray =
|
||||
| readonly ExcalidrawElement[]
|
||||
| Readonly<ElementsMap>;
|
||||
|
||||
/** Supported shape types for shape conversion */
|
||||
export type ShapeType = "rectangle" | "diamond" | "ellipse";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue