@lvce-editor/constants 1.13.0 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts
CHANGED
|
@@ -362,7 +362,7 @@ declare const InsertLineBreak$1 = "insertLineBreak";
|
|
|
362
362
|
declare const InsertCompositionText = "insertCompositionText";
|
|
363
363
|
declare const InsertFromPaste = "insertFromPaste";
|
|
364
364
|
declare const User = 1;
|
|
365
|
-
declare const Script =
|
|
365
|
+
declare const Script = 2;
|
|
366
366
|
declare const Unknown$1 = 0;
|
|
367
367
|
declare const Backspace = 1;
|
|
368
368
|
declare const Tab$1 = 2;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const User = 1;
|
|
2
|
-
export const Script =
|
|
2
|
+
export const Script = 2;
|