reykit 1.0.146 → 1.0.148
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.css +1 -1
- package/dist/index.js +1 -0
- package/dist/src/components/index.d.ts +1 -1
- package/dist/src/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -49521,5 +49521,6 @@ const CI = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49521
49521
|
window: bI
|
|
49522
49522
|
};
|
|
49523
49523
|
export {
|
|
49524
|
+
cI as Table,
|
|
49524
49525
|
ZI as default
|
|
49525
49526
|
};
|
|
@@ -6,5 +6,5 @@ export { Form } from './Form';
|
|
|
6
6
|
export { Loading } from './Loading/Loading';
|
|
7
7
|
export { useLoading } from './Loading/uesLoading';
|
|
8
8
|
export { Notice, notice } from './Notice';
|
|
9
|
-
export {
|
|
9
|
+
export { Table } from './Table';
|
|
10
10
|
export { IconToggle } from './Toggle';
|
package/dist/src/index.d.ts
CHANGED