We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12f551 commit 998066fCopy full SHA for 998066f
src/runtime/components/Calendar.vue
@@ -91,7 +91,7 @@ export interface CalendarProps<R extends boolean = false, M extends boolean = fa
91
/**
92
* @defaultValue 'solid'
93
*/
94
- variant?: 'solid' | 'outline' | 'soft' | 'subtle' | 'ghost'
+ variant?: Calendar['variants']['variant']
95
defaultValue?: CalendarDefaultValue<R, M>
96
modelValue?: CalendarModelValue<R, M>
97
class?: any
0 commit comments