@elementor/twing 4.3.0-1023 → 4.3.0-1031
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/package.json +1 -1
- package/src/@types/twing.d.ts +4 -1
package/package.json
CHANGED
package/src/@types/twing.d.ts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
// TODO: Types are broken in the browser version, we will fix it later.
|
|
2
2
|
declare module 'twing/dist/lib.min' {
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
type createArrayLoader as createArrayLoaderBase,
|
|
5
|
+
type createEnvironment as createEnvironmentBase,
|
|
6
|
+
} from 'twing';
|
|
4
7
|
|
|
5
8
|
export const createArrayLoader: typeof createArrayLoaderBase;
|
|
6
9
|
export const createEnvironment: typeof createEnvironmentBase;
|