UNPKG

@ucloud-pccl/react-components

Version:
7 lines (6 loc) 396 B
/// <reference types="react" /> import { TabsProps } from '../Tabs'; export declare const prefixCls: string; export declare const SWrap: import("react").ForwardRefExoticComponent<Required<Pick<TabsProps, "styleType" | "size" | "tabBarPosition">> & import("react").HTMLAttributes<HTMLElement> & { theme?: import("src/style").Theme | undefined; } & import("react").RefAttributes<HTMLElement>>;