@lvce-editor/constants 1.39.0 → 1.40.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/parts/Key/Key.js
CHANGED
|
@@ -81,6 +81,7 @@ export const Minus = '-';
|
|
|
81
81
|
export const Period = '.';
|
|
82
82
|
export const Slash = '/';
|
|
83
83
|
export const Backquote = '`';
|
|
84
|
+
export const Backquote2 = 'Backquote';
|
|
84
85
|
export const BracketLeft = '[';
|
|
85
86
|
export const Backslash = '\\';
|
|
86
87
|
export const BracketRight = ']';
|