UNPKG

radix-vue

Version:

Vue port for Radix UI Primitives.

4 lines (3 loc) 275 B
export { default as CheckboxRoot, type CheckboxRootProps, type CheckboxRootEmits, } from './CheckboxRoot'; export { default as CheckboxIndicator, type CheckboxIndicatorProps, } from './CheckboxIndicator'; export type { CheckedState as CheckboxCheckedState, } from './utils';