From af5b1d57e498a909e937e8eb5d94090e5e9da37a Mon Sep 17 00:00:00 2001 From: Dmitry Ermakov Date: Fri, 10 Nov 2017 12:48:30 +0300 Subject: [PATCH] expose DatePickerProps interface --- types/react-native-datepicker/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;