We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd7a1c commit 0b4822eCopy full SHA for 0b4822e
1 file changed
packages/components/src/remix-hook-form/index.ts
@@ -1,9 +1,9 @@
1
-export * from './text-field';
2
-export * from './form';
3
export * from './checkbox';
4
-export * from './date-picker';
5
-export * from './dropdown-menu-select';
6
-export * from './otp-input';
+export * from './form';
+export * from './input';
+export * from './label';
+export * from './select';
+export * from './text-field';
7
export * from './radio-group';
8
export * from './radio-group-item';
9
export * from './switch';
0 commit comments