Skip to content
This repository was archived by the owner on Apr 17, 2022. It is now read-only.

Commit b84916d

Browse files
committed
style: Type correction
1 parent 5166384 commit b84916d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ interface Vue3DatePicker {
182182
autocomplete?: string;
183183
multiDates?: boolean;
184184
presetRanges?: { label: string; range: Date[] | string[] }[];
185-
flow: ('month' | 'year' | 'calendar' | 'time' | 'minutes' | 'hours' | 'seconds')[];
185+
flow?: ('month' | 'year' | 'calendar' | 'time' | 'minutes' | 'hours' | 'seconds')[];
186186
}
187187

188188
interface PublicMethods extends MethodOptions {

0 commit comments

Comments
 (0)