refactor: editor events sub/unsub refactor (#7483)
This commit is contained in:
@@ -641,7 +641,7 @@ export type PointerDownState = Readonly<{
|
||||
};
|
||||
}>;
|
||||
|
||||
type UnsubscribeCallback = () => void;
|
||||
export type UnsubscribeCallback = () => void;
|
||||
|
||||
export type ExcalidrawImperativeAPI = {
|
||||
updateScene: InstanceType<typeof App>["updateScene"];
|
||||
|
||||
Reference in New Issue
Block a user