mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-21 08:20:24 +02:00
Applying & emitting increments on undo / redo
This commit is contained in:
@@ -32,7 +32,7 @@ export interface ChangesRepository {
|
||||
getLastVersion(): number;
|
||||
}
|
||||
|
||||
// TODO: should come from the shared types package
|
||||
// CFDO: should come from the shared types package
|
||||
export type ExcalidrawElement = {
|
||||
id: string;
|
||||
type: any;
|
||||
|
Reference in New Issue
Block a user