Skip to content

Commit

Permalink
chore: Update types
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasenkoo committed Sep 28, 2023
1 parent e71f78a commit 5e66f7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export interface VueDatePickerProps {
tabSubmit?: boolean;
openMenu?: boolean;
rangeSeparator?: string;
selectOnFocus?: boolean;
format?: string | string[] | ((value: string) => Date | null);
};
monthNameFormat?: 'long' | 'short';
Expand Down

0 comments on commit 5e66f7e

Please sign in to comment.