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