diff options
| author | geireann <geireann.lindfield@gmail.com> | 2024-10-13 16:24:17 -0400 |
|---|---|---|
| committer | geireann <geireann.lindfield@gmail.com> | 2024-10-13 16:24:17 -0400 |
| commit | a60c12ddef3db4123dffb2c91b446d20633f523a (patch) | |
| tree | 1504784fa7a9f3757f884983ba3026bfb51ab62d /src/client/util/node_modules | |
| parent | 645baa8d0c59fe575f8b41060126750aa3311391 (diff) | |
fixes to scripting to generate errors to allow schema view to enter strings that conflict with function names.
Diffstat (limited to 'src/client/util/node_modules')
| -rw-r--r-- | src/client/util/node_modules/type_decls.d | 3 |
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; |
