Skip to content

Commit

Permalink
Add CheckedState to exported types
Browse files Browse the repository at this point in the history
  • Loading branch information
rczobor committed Jun 26, 2024
1 parent b8d300d commit f2e4a13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react/checkbox/src/Checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ export {
Root,
Indicator,
};
export type { CheckboxProps, CheckboxIndicatorProps };
export type { CheckboxProps, CheckboxIndicatorProps, CheckedState };
2 changes: 1 addition & 1 deletion packages/react/checkbox/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export {
Root,
Indicator,
} from './Checkbox';
export type { CheckboxProps, CheckboxIndicatorProps } from './Checkbox';
export type { CheckboxProps, CheckboxIndicatorProps, CheckedState } from './Checkbox';

0 comments on commit f2e4a13

Please sign in to comment.