We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ba37d commit 417887aCopy full SHA for 417887a
src/packages/calendar/calendar.taro.tsx
@@ -30,9 +30,9 @@ const defaultProps = {
30
renderDayTop: undefined,
31
renderDayBottom: undefined,
32
onClose: () => {},
33
- onConfirm: () => {},
34
- onDayClick: () => {},
35
- onPageChange: () => {},
+ onConfirm: (param: string) => {},
+ onDayClick: (data: string[]) => {},
+ onPageChange: (param: string) => {},
36
} as TaroCalendarProps
37
38
export const Calendar = React.forwardRef<
0 commit comments