Skip to content

Commit 95a77ad

Browse files
committed
fix: Wrong type on #action-row slot props (fixes #1185)
1 parent 05cee48 commit 95a77ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VueDatePicker/types/slots.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export interface DpInputSlotProps {
7070
}
7171

7272
export interface ActionRowSlotProps {
73-
internalModelValue: InternalModelValue;
73+
modelValue: InternalModelValue;
7474
disabled: boolean;
7575
selectDate: () => void;
7676
closePicker: () => void;

0 commit comments

Comments
 (0)