File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/radix-vue/src/Calendar Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,14 +83,14 @@ interface BaseCalendarRootProps extends PrimitiveProps {
8383 dir? : Direction
8484}
8585
86- interface MultipleCalendarRootProps extends BaseCalendarRootProps {
86+ export interface MultipleCalendarRootProps extends BaseCalendarRootProps {
8787 /** The controlled checked state of the calendar. Can be bound as `v-model`. */
8888 modelValue? : DateValue [] | undefined
8989 /** Whether or not multiple dates can be selected */
9090 multiple: true
9191}
9292
93- interface SingleCalendarRootProps extends BaseCalendarRootProps {
93+ export interface SingleCalendarRootProps extends BaseCalendarRootProps {
9494 /** The controlled checked state of the calendar. Can be bound as `v-model`. */
9595 modelValue? : DateValue | undefined
9696 /** Whether or not multiple dates can be selected */
You can’t perform that action at this time.
0 commit comments