Make requested changes

This commit is contained in:
Arun Kumar
2021-03-18 16:36:12 +05:30
parent a17be085b0
commit 489f45b910
4 changed files with 32 additions and 0 deletions

View File

@@ -191,6 +191,8 @@ export interface ExcalidrawProps {
gridModeEnabled?: boolean;
libraryReturnUrl?: string;
theme?: "dark" | "light";
exportName?: string;
onExportNameChange?: (name: string) => void;
}
export type SceneData = {