@layers-app/editor 0.0.20 → 0.0.21

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
@@ -95,6 +95,15 @@ declare type SuccessUploadImage = (url: string, id: string, data?: Object) => vo
95
95
 
96
96
  export { }
97
97
 
98
+ declare global {
99
+ interface Document {
100
+ documentMode?: unknown;
101
+ }
102
+ interface Window {
103
+ MSStream?: unknown;
104
+ }
105
+ }
106
+
98
107
 
99
108
  declare global {
100
109
  interface DragEvent {
@@ -112,15 +121,6 @@ declare global {
112
121
  }
113
122
  }
114
123
 
115
- declare global {
116
- interface Document {
117
- documentMode?: unknown;
118
- }
119
- interface Window {
120
- MSStream?: unknown;
121
- }
122
- }
123
-
124
124
 
125
125
  declare global {
126
126
  interface Window {