From d80f5ab72c5d3bf4815fde7530018c19d611afe7 Mon Sep 17 00:00:00 2001 From: mmazzarolo Date: Sat, 14 Dec 2019 15:38:39 +0100 Subject: [PATCH] Export TS interface --- typings/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index 240460e..78a23d1 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -8,7 +8,7 @@ import * as React from "react"; import { ViewStyle, TextStyle } from "react-native"; -interface DateTimePickerProps { +export interface DateTimePickerProps { /** * The text on the cancel button on iOS *