485: Ability to switch to previously loaded ids in UI (#583)
This commit is contained in:
@ -16,4 +16,9 @@ export interface Scene {
|
||||
elements: ExcalidrawTextElement[];
|
||||
}
|
||||
|
||||
export interface PreviousScene {
|
||||
id: string;
|
||||
timestamp: number;
|
||||
}
|
||||
|
||||
export type ExportType = "png" | "clipboard" | "backend" | "svg";
|
||||
|
Reference in New Issue
Block a user