diff --git a/types/react-native-datepicker/index.d.ts b/types/react-native-datepicker/index.d.ts index 4d8293362c..40d7419b7a 100644 --- a/types/react-native-datepicker/index.d.ts +++ b/types/react-native-datepicker/index.d.ts @@ -6,7 +6,7 @@ import * as React from 'react'; -interface DatePickerProps { +export interface DatePickerProps { mode?: 'date' | 'datetime' | 'time'; date?: string | Date; format?: string;