mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
parent
7ab0c1aba8
commit
6428b59ccb
18 changed files with 599 additions and 20 deletions
|
@ -81,6 +81,8 @@ export type AppState = {
|
|||
editingGroupId: GroupId | null;
|
||||
width: number;
|
||||
height: number;
|
||||
|
||||
isLibraryOpen: boolean;
|
||||
};
|
||||
|
||||
export type PointerCoords = Readonly<{
|
||||
|
@ -103,3 +105,5 @@ export declare class GestureEvent extends UIEvent {
|
|||
export type SocketUpdateData = SocketUpdateDataSource[keyof SocketUpdateDataSource] & {
|
||||
_brand: "socketUpdateData";
|
||||
};
|
||||
|
||||
export type LibraryItems = readonly NonDeleted<ExcalidrawElement>[][];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue