mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: add width, height as props to App.tsx (#1871)
This commit is contained in:
parent
b1261eea70
commit
9351b2821c
9 changed files with 184 additions and 27 deletions
|
@ -79,6 +79,8 @@ export type AppState = {
|
|||
/** group being edited when you drill down to its constituent element
|
||||
(e.g. when you double-click on a group's element) */
|
||||
editingGroupId: GroupId | null;
|
||||
width: number;
|
||||
height: number;
|
||||
};
|
||||
|
||||
export type PointerCoords = Readonly<{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue