Skip to content

Commit a10b70f

Browse files
authored
fix: MonthCellRender type import (#624)
1 parent 576c998 commit a10b70f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/PickerPanel.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ import { WEEK_DAY_COUNT, isEqual } from './utils/dateUtil';
3333
import PanelContext from './PanelContext';
3434
import type { DateRender } from './panels/DatePanel/DateBody';
3535
import { PickerModeMap } from './utils/uiUtil';
36-
import { MONTH_COL_COUNT, type MonthCellRender } from './panels/MonthPanel/MonthBody';
36+
import { MONTH_COL_COUNT } from './panels/MonthPanel/MonthBody';
37+
import type { MonthCellRender } from './panels/MonthPanel/MonthBody';
3738
import RangeContext from './RangeContext';
3839
import getExtraFooter from './utils/getExtraFooter';
3940
import getRanges from './utils/getRanges';

0 commit comments

Comments
 (0)