UNPKG

epn-ui

Version:

Дизайн система кабинета ВМ

8 lines (7 loc) 526 B
import React from 'react'; import { INavigationTabsProps } from './types'; export declare function NavigationTabs({ activeKey, animated, centered, defaultActiveKey, tabBarExtraContent, tabBarGutter, tabBarStyle, tabPosition, destroyInactiveTabPane, children, style, className, emptyContent, renderTabBar, onChange, onTabClick, onTabScroll, }: INavigationTabsProps): JSX.Element; export declare namespace NavigationTabs { var TabPane: React.FC<import("antd/lib/tabs").TabPaneProps>; } export default NavigationTabs;