mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-29 13:16:58 +02:00
Make requested changes
This commit is contained in:
@@ -191,6 +191,8 @@ export interface ExcalidrawProps {
|
||||
gridModeEnabled?: boolean;
|
||||
libraryReturnUrl?: string;
|
||||
theme?: "dark" | "light";
|
||||
exportName?: string;
|
||||
onExportNameChange?: (name: string) => void;
|
||||
}
|
||||
|
||||
export type SceneData = {
|
||||
|
Reference in New Issue
Block a user