Add import React in index.d.ts

This commit is contained in:
Kyle Fang
2018-11-06 20:05:27 +08:00
parent 0d3d6c6201
commit 1d19ee0df2

1
index.d.ts vendored
View File

@@ -1,3 +1,4 @@
import * as React from 'react';
import { StyleProp, ViewStyle, TextStyle } from "react-native";
export interface SegmentedControlTabProperties extends React.Props<ReactNativeSegmentedControlTab> {
// Default ['One', 'Two', 'Three'] ; titles of tabs Default