mirror of
https://github.com/zhigang1992/react-native-segmented-control-tab.git
synced 2026-04-28 20:35:12 +08:00
Add import React in index.d.ts
This commit is contained in:
1
index.d.ts
vendored
1
index.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user