native-base
Version:
Essential cross-platform UI components for React Native
19 lines (18 loc) • 875 B
TypeScript
import React from 'react';
import type { ITabsProps } from './types';
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("../../primitives/Box").InterfaceBoxProps<ITabsProps> & {
align?: "center" | "end" | "start" | undefined;
id?: string | undefined;
colorScheme?: import("../../types").ColorSchemeType;
index?: number | undefined;
defaultIndex?: number | undefined;
isFitted?: boolean | undefined;
isLazy?: boolean | undefined;
isManual?: boolean | undefined;
orientation?: "horizontal" | "vertical" | undefined;
size?: "sm" | "md" | "lg" | undefined;
variant?: "outline" | "filled" | "filled-outline" | undefined;
onChange?: ((index: number) => void) | undefined;
keyboardActivation?: "automatic" | "manual" | undefined;
} & React.RefAttributes<unknown>>>;
export default _default;