reykit 1.0.17 → 1.0.18
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 +2 -0
- package/dist/shadcn.css +1 -0
- package/package.json +4 -2
- package/dist/index.js +0 -30243
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
import { default as Form } from './component/Form';
|
|
1
2
|
import { renderReact } from './react';
|
|
2
3
|
import { default as Storager } from './storage';
|
|
3
4
|
import { cn } from './tailwindcss';
|
|
4
5
|
declare const _default: {
|
|
6
|
+
Form: typeof Form;
|
|
5
7
|
renderReact: typeof renderReact;
|
|
6
8
|
Storager: typeof Storager;
|
|
7
9
|
cn: typeof cn;
|