@huyooo/ui 0.5.13 → 0.5.14
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 -1
- package/dist/main.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1244,11 +1244,11 @@ export {
|
|
|
1244
1244
|
D7 as UserSubscriptionBaseInformation,
|
|
1245
1245
|
L7 as WidthContainer,
|
|
1246
1246
|
x0 as WindowsIcon,
|
|
1247
|
+
W7 as api,
|
|
1247
1248
|
U3 as createHead,
|
|
1248
1249
|
K3 as findMenuPath,
|
|
1249
1250
|
y2 as globalConfig,
|
|
1250
1251
|
R3 as globalSEOConfig,
|
|
1251
|
-
W7 as request,
|
|
1252
1252
|
N3 as setGlobalConfig,
|
|
1253
1253
|
W3 as setGlobalSEOConfig,
|
|
1254
1254
|
X3 as useActiveDoc,
|
package/dist/main.d.ts
CHANGED