Skip to content

Commit

Permalink
fix(c): export input
Browse files Browse the repository at this point in the history
  • Loading branch information
brianorwhatever committed Jan 31, 2025
1 parent 6947c03 commit b3de1ef
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ export { Checkbox } from './components/checkbox/Checkbox';
// Textarea
export { Textarea } from './components/textarea/Textarea';

// Form
export { FormField } from './components/form/FormField';

// Navigation
export { Breadcrumb } from './components/navigation/Breadcrumb';

Expand Down Expand Up @@ -92,4 +89,10 @@ export type {
FormProperty,
FormPropertyPath,
FormData
} from './types/schema';
} from './types/schema';

// Input
export { Input } from './components/input/Input';

// Form
export { FormField } from './components/form/FormField';

0 comments on commit b3de1ef

Please sign in to comment.