Skip to content

Commit

Permalink
Merge pull request #391 from IvanKushchenko/datepicker-props-interfac…
Browse files Browse the repository at this point in the history
…e-transitions-fix

Fix VueDatePickerProps interface transitions prop
  • Loading branch information
Jasenkoo committed May 17, 2023
2 parents db15210 + 02b5fcd commit e47c42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export interface VueDatePickerProps {
}[];
transitions?:
| boolean
| { open?: string; close?: string; next?: string; previous?: string; vNext?: string; vPrevious?: string };
| { menuAppear?: string, open?: string; close?: string; next?: string; previous?: string; vNext?: string; vPrevious?: string };
modeHeight?: string | number;
enableSeconds?: boolean;
escClose?: boolean;
Expand Down

0 comments on commit e47c42d

Please sign in to comment.