We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a63837 commit 4b5a491Copy full SHA for 4b5a491
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-paper-dates",
3
- "version": "0.1.1",
+ "version": "0.1.3",
4
"description": "Performant Date Picker for React Native Paper",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
src/Calendar.tsx
@@ -27,7 +27,7 @@ export type RangeChange = (params: {
27
endDate: CalendarDate
28
}) => any
29
30
-export type SingleChange = (params: { date: Date | null | undefined }) => any
+export type SingleChange = (params: { date: CalendarDate }) => any
31
32
export interface CalendarRangeProps extends BaseCalendarProps {
33
mode: 'range'
0 commit comments