vite-plugin-millennium-skin 1.1.5 → 1.1.6
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.js +1 -0
- package/package.json +1 -1
- package/src/ts/aliasModules.ts +1 -0
package/dist/index.js
CHANGED
|
@@ -106,6 +106,7 @@ export const cloneElement = window.opener.SP_REACT.cloneElement;
|
|
|
106
106
|
export const createContext = window.opener.SP_REACT.createContext;
|
|
107
107
|
export const createElement = window.opener.SP_REACT.createElement;
|
|
108
108
|
export const jsxs = window.opener.SP_REACT.createElement;
|
|
109
|
+
export const jsx = window.opener.SP_REACT.createElement;
|
|
109
110
|
export const createRef = window.opener.SP_REACT.createRef;
|
|
110
111
|
export const forwardRef = window.opener.SP_REACT.forwardRef;
|
|
111
112
|
export const isValidElement = window.opener.SP_REACT.isValidElement;
|
package/package.json
CHANGED
package/src/ts/aliasModules.ts
CHANGED
|
@@ -18,6 +18,7 @@ export const cloneElement = window.opener.SP_REACT.cloneElement;
|
|
|
18
18
|
export const createContext = window.opener.SP_REACT.createContext;
|
|
19
19
|
export const createElement = window.opener.SP_REACT.createElement;
|
|
20
20
|
export const jsxs = window.opener.SP_REACT.createElement;
|
|
21
|
+
export const jsx = window.opener.SP_REACT.createElement;
|
|
21
22
|
export const createRef = window.opener.SP_REACT.createRef;
|
|
22
23
|
export const forwardRef = window.opener.SP_REACT.forwardRef;
|
|
23
24
|
export const isValidElement = window.opener.SP_REACT.isValidElement;
|