Skip to content

Commit 11622ab

Browse files
author
Cristian Gomez
committed
fix: formatChosenDate prop definition missing on datepicker props.
1 parent c183065 commit 11622ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ declare module "native-base" {
828828
animationType?: "slide" | "fade" | "none";
829829
disabled?: boolean;
830830
onDateChange?: (date: any) => void;
831-
831+
formatChosenDate?: (date: any) => void;
832832
}
833833
}
834834

0 commit comments

Comments
 (0)