mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-26 19:57:13 +02:00
Make requested changes
This commit is contained in:
@@ -93,6 +93,7 @@ export type AppState = {
|
||||
theme: "light" | "dark";
|
||||
gridSize: number | null;
|
||||
viewModeEnabled: boolean;
|
||||
customName: boolean;
|
||||
|
||||
/** top-most selected groups (i.e. does not include nested groups) */
|
||||
selectedGroupIds: { [groupId: string]: boolean };
|
||||
@@ -191,8 +192,7 @@ export interface ExcalidrawProps {
|
||||
gridModeEnabled?: boolean;
|
||||
libraryReturnUrl?: string;
|
||||
theme?: "dark" | "light";
|
||||
exportName?: string;
|
||||
onExportNameChange?: (name: string) => void;
|
||||
name?: string;
|
||||
}
|
||||
|
||||
export type SceneData = {
|
||||
|
Reference in New Issue
Block a user