Skip to content

Commit

Permalink
fix: add Index.ts to Checkbox Group (#17708)
Browse files Browse the repository at this point in the history
* fix: rename index.js to index.ts

* fix: exports types
  • Loading branch information
2nikhiltom authored Oct 14, 2024
1 parent 6d91947 commit 0c39d8f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
*/

import CheckboxGroup from './CheckboxGroup';

import { type CheckboxGroupProps, type CustomType } from './CheckboxGroup';
export default CheckboxGroup;
export { CheckboxGroup };
export { CheckboxGroup, type CheckboxGroupProps, type CustomType };

0 comments on commit 0c39d8f

Please sign in to comment.