move the excalidraw props to correct file and typo fix (#1907)
This commit is contained in:
@ -107,3 +107,8 @@ export type SocketUpdateData = SocketUpdateDataSource[keyof SocketUpdateDataSour
|
||||
};
|
||||
|
||||
export type LibraryItems = readonly NonDeleted<ExcalidrawElement>[][];
|
||||
|
||||
export interface ExcalidrawProps {
|
||||
width: number;
|
||||
height: number;
|
||||
}
|
||||
|
Reference in New Issue
Block a user