@ucloud-pccl/react-components
Version:
UCloud pccl react components
22 lines (21 loc) • 968 B
TypeScript
/// <reference types="react" />
import Pane from './Pane';
import { TabBarPositions, Sizes, StyleTypes } from './shared';
declare const ExportTabs: import("react").NamedExoticComponent<import("./Tabs").TabsProps> & {
readonly type: ({ activeKey: _activeKey, defaultActiveKey, onChange: _onChange, destroyInactiveTabPane, children, className, tabBarPosition, direction, styleType, size, tabBarClassName, handlePaneDelete, ...restProps }: import("./Tabs").TabsProps) => import("react").JSX.Element;
} & {
Pane: typeof Pane;
/** @private 请勿使用 */
StyleTypes: typeof StyleTypes;
/** @deprecated 请勿使用 */
StyleType: typeof StyleTypes;
/** @private 请勿使用 */
Sizes: typeof Sizes;
/** @deprecated 请勿使用 */
Size: typeof Sizes;
/** @private 请勿使用 */
TabBarPositions: typeof TabBarPositions;
/** @deprecated 请勿使用 */
Position: typeof TabBarPositions;
};
export default ExportTabs;