feat: support setting/resetting cursor from host (#5215)
* Support setting/resetting cursor type from host * add docs * minor
This commit is contained in:
@ -466,6 +466,8 @@ export type ExcalidrawImperativeAPI = {
|
||||
ready: true;
|
||||
id: string;
|
||||
setActiveTool: InstanceType<typeof App>["setActiveTool"];
|
||||
setCursor: InstanceType<typeof App>["setCursor"];
|
||||
resetCursor: InstanceType<typeof App>["resetCursor"];
|
||||
};
|
||||
|
||||
export type DeviceType = {
|
||||
|
Reference in New Issue
Block a user