mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix library import (#2360)
This commit is contained in:
parent
dad9ad9bf4
commit
5b829772d9
3 changed files with 14 additions and 6 deletions
|
@ -130,7 +130,7 @@ export type SocketUpdateData = SocketUpdateDataSource[keyof SocketUpdateDataSour
|
|||
_brand: "socketUpdateData";
|
||||
};
|
||||
|
||||
export type LibraryItem = NonDeleted<ExcalidrawElement>[];
|
||||
export type LibraryItem = readonly NonDeleted<ExcalidrawElement>[];
|
||||
export type LibraryItems = readonly LibraryItem[];
|
||||
|
||||
export interface ExcalidrawProps {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue