Make requested changes

This commit is contained in:
Arun Kumar
2021-03-18 22:49:37 +05:30
parent 489f45b910
commit db4ed1ecb1
8 changed files with 94 additions and 25 deletions

View File

@@ -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 = {