@elementor/twing 4.3.0-1022 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elementor/twing",
3
3
  "description": "Wrapper around `twing`",
4
- "version": "4.3.0-1022",
4
+ "version": "4.3.0-1031",
5
5
  "private": false,
6
6
  "author": "Elementor Team",
7
7
  "homepage": "https://elementor.com/",
@@ -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 { createArrayLoader as createArrayLoaderBase, createEnvironment as createEnvironmentBase } from 'twing';
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;