cmms/frontend/node_modules/radix-vue/dist/Checkbox/index.d.ts

4 lines
275 B
TypeScript

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';