Skip to content

Commit 2b37a87

Browse files
committed
fix: weekpicker ts type error
close #2044
1 parent a683b12 commit 2b37a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/date-picker/date-picker.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { WeekPicker } from './week-picker';
1111
export declare class DatePicker extends DatepickerCommon {
1212
static RangePicker: typeof RangePicker;
1313
static MonthPicker: typeof MonthPicker;
14-
static WeekPickerker: typeof WeekPicker;
14+
static WeekPicker: typeof WeekPicker;
1515

1616
/**
1717
* Defualt Value

0 commit comments

Comments
 (0)