@sciol/xyzen 0.1.0 → 0.1.2
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 +3 -1
- package/dist/xyzen.es.js +3 -1
- package/dist/xyzen.umd.js +53 -53
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/xyzen.es.js
CHANGED
|
@@ -76840,5 +76840,7 @@ function yae({ backendUrl: e = sae }) {
|
|
|
76840
76840
|
}
|
|
76841
76841
|
export {
|
|
76842
76842
|
yae as Xyzen,
|
|
76843
|
-
|
|
76843
|
+
lae as useTheme,
|
|
76844
|
+
Og as useXyzen,
|
|
76845
|
+
Ss as xyzenService
|
|
76844
76846
|
};
|