This commit is contained in:
dap
2025-03-07 15:57:38 +08:00
10 changed files with 35 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ import { useForwardPropsEmits } from 'radix-vue';
import { Checkbox } from '../../ui/checkbox';
const props = defineProps<CheckboxRootProps>();
const props = defineProps<CheckboxRootProps & { indeterminate?: boolean }>();
const emits = defineEmits<CheckboxRootEmits>();