We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6947c03 commit b3de1efCopy full SHA for b3de1ef
src/index.ts
@@ -32,9 +32,6 @@ export { Checkbox } from './components/checkbox/Checkbox';
32
// Textarea
33
export { Textarea } from './components/textarea/Textarea';
34
35
-// Form
36
-export { FormField } from './components/form/FormField';
37
-
38
// Navigation
39
export { Breadcrumb } from './components/navigation/Breadcrumb';
40
@@ -92,4 +89,10 @@ export type {
92
89
FormProperty,
93
90
FormPropertyPath,
94
91
FormData
95
-} from './types/schema';
+} from './types/schema';
+
+// Input
+export { Input } from './components/input/Input';
96
97
+// Form
98
+export { FormField } from './components/form/FormField';
0 commit comments