UNPKG

artwork-react-native

Version:

artwork design master for react-native

11 lines (10 loc) 395 B
/// <reference types="react" /> import React from 'react'; import { DefaultTabBar as NativeDefaultTabBar } from './components'; import TabsProps from './PropsType'; export default class Tabs extends React.PureComponent<TabsProps, {}> { static DefaultTabBar: typeof NativeDefaultTabBar; static defaultProps: {}; renderTabBar: (props: any) => JSX.Element; render(): JSX.Element; }