diff --git a/packages/excalidraw/types.ts b/packages/excalidraw/types.ts index 65f330ae2..b088f0a9e 100644 --- a/packages/excalidraw/types.ts +++ b/packages/excalidraw/types.ts @@ -448,7 +448,7 @@ export interface AppState { lockedMultiSelections: { [groupId: string]: true }; /** properties sidebar mode - determines whether to show compact or complete sidebar */ - stylesPanelMode: "compact" | "full"; + stylesPanelMode: "compact" | "full" | "mobile"; } export type SearchMatch = {