diff --git a/packages/react/checkbox/src/Checkbox.tsx b/packages/react/checkbox/src/Checkbox.tsx index 3f463691a..a01325edd 100644 --- a/packages/react/checkbox/src/Checkbox.tsx +++ b/packages/react/checkbox/src/Checkbox.tsx @@ -227,4 +227,4 @@ export { Root, Indicator, }; -export type { CheckboxProps, CheckboxIndicatorProps }; +export type { CheckboxProps, CheckboxIndicatorProps, CheckedState }; diff --git a/packages/react/checkbox/src/index.ts b/packages/react/checkbox/src/index.ts index 28294e063..17263d5cf 100644 --- a/packages/react/checkbox/src/index.ts +++ b/packages/react/checkbox/src/index.ts @@ -8,4 +8,4 @@ export { Root, Indicator, } from './Checkbox'; -export type { CheckboxProps, CheckboxIndicatorProps } from './Checkbox'; +export type { CheckboxProps, CheckboxIndicatorProps, CheckedState } from './Checkbox';