Skip to content

Commit b3de1ef

Browse files
fix(c): export input
1 parent 6947c03 commit b3de1ef

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/index.ts

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ export { Checkbox } from './components/checkbox/Checkbox';
3232
// Textarea
3333
export { Textarea } from './components/textarea/Textarea';
3434

35-
// Form
36-
export { FormField } from './components/form/FormField';
37-
3835
// Navigation
3936
export { Breadcrumb } from './components/navigation/Breadcrumb';
4037

@@ -92,4 +89,10 @@ export type {
9289
FormProperty,
9390
FormPropertyPath,
9491
FormData
95-
} from './types/schema';
92+
} from './types/schema';
93+
94+
// Input
95+
export { Input } from './components/input/Input';
96+
97+
// Form
98+
export { FormField } from './components/form/FormField';

0 commit comments

Comments
 (0)