native-base
Version:
Essential cross-platform UI components for React Native
7 lines (6 loc) • 316 B
TypeScript
import React from 'react';
import type { ITabViewProps } from './types';
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("../../primitives/Box").InterfaceBoxProps<ITabViewProps> & {
index?: number | undefined;
} & React.RefAttributes<unknown>>>;
export default _default;