Skip to content

Commit 772306c

Browse files
Merge pull request GeekyAnts#2132 from cgomezmendez/fix-date-picker-props
Fix date picker props
2 parents 0748a74 + 11622ab commit 772306c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.d.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -826,8 +826,9 @@ declare module "native-base" {
826826
timeZoneOffsetInMinutes?: number;
827827
modalTransparent?: boolean;
828828
animationType?: "slide" | "fade" | "none";
829-
disabled:? boolean;
829+
disabled?: boolean;
830830
onDateChange?: (date: any) => void;
831+
formatChosenDate?: (date: any) => void;
831832
}
832833
}
833834

0 commit comments

Comments
 (0)