reka-ui
Version:
Vue port for Radix UI Primitives.
20 lines (19 loc) • 491 B
text/typescript
export {
default as CheckboxGroupRoot,
type CheckboxGroupRootEmits,
type CheckboxGroupRootProps,
injectCheckboxGroupRootContext,
} from './CheckboxGroupRoot.vue'
export {
default as CheckboxIndicator,
type CheckboxIndicatorProps,
} from './CheckboxIndicator.vue'
export {
default as CheckboxRoot,
type CheckboxRootEmits,
type CheckboxRootProps,
injectCheckboxRootContext,
} from './CheckboxRoot.vue'
export type {
CheckedState as CheckboxCheckedState,
} from './utils'