hamzus-ui 0.0.47 → 0.0.48
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/index.d.ts +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -39,6 +39,7 @@ export { default as ScrollArea } from "./src/components/hamzus-ui/ScrollArea/Scr
|
|
|
39
39
|
export * as Sidebar from "./src/layout/Sidebar"
|
|
40
40
|
|
|
41
41
|
// utils
|
|
42
|
+
export { config as config } from "./src/utils/hamzus.config.js"
|
|
42
43
|
export { getCookie as getCookie } from "./src/utils/clientCookie.js"
|
|
43
44
|
export { setCookie as setCookie } from "./src/utils/clientCookie.js"
|
|
44
45
|
export { sendRequest as sendRequest } from "./src/utils/request.js"
|
package/index.js
CHANGED
|
@@ -34,6 +34,7 @@ export { default as ScrollArea } from "./src/components/hamzus-ui/ScrollArea/Scr
|
|
|
34
34
|
export * as Sidebar from "./src/layout/Sidebar"
|
|
35
35
|
|
|
36
36
|
// utils
|
|
37
|
+
export { config as config } from "./src/utils/hamzus.config.js"
|
|
37
38
|
export { getCookie as getCookie } from "./src/utils/clientCookie.js"
|
|
38
39
|
export { setCookie as setCookie } from "./src/utils/clientCookie.js"
|
|
39
40
|
export { sendRequest as sendRequest } from "./src/utils/request.js"
|