mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-21 09:16:59 +02:00
Fix library import (#2360)
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user