aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/node_modules
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-10-15 13:25:47 -0400
committerbobzel <zzzman@gmail.com>2024-10-15 13:25:47 -0400
commit87d2d1d0305683a07166e44cfbcabfc94ff2069b (patch)
tree12d529d92d378870f8e1a66c534680fa0e28f3aa /src/client/util/node_modules
parent63d1731bb675b71c20c0e460cf50ef9d674a6c08 (diff)
parent29b83f023442c313ca5cf95f70f6430f101060e6 (diff)
Merge branch 'master' into alyssa-starter
Diffstat (limited to 'src/client/util/node_modules')
-rw-r--r--src/client/util/node_modules/type_decls.d3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/util/node_modules/type_decls.d b/src/client/util/node_modules/type_decls.d
index 1a93bbe59..9058b4394 100644
--- a/src/client/util/node_modules/type_decls.d
+++ b/src/client/util/node_modules/type_decls.d
@@ -198,6 +198,9 @@ declare class InkField extends ObjectField {
constructor(data:Array<{X:number, Y:number}>);
[Copy](): ObjectField;
}
+declare class DocumentDragData {
+ constructor(dragDoc: Doc[], dropAction?: string);
+}
// @ts-ignore
declare const console: any;