UNPKG

stone-kit

Version:
7 lines (6 loc) 341 B
import { FC } from 'react'; import { ITabSwitcherItem, TabSwitcherProps } from './TabSwitcher.types'; declare const TabSwitcherNamespace: (({ children, variant, isApart, addClassName, col, }: TabSwitcherProps) => import("react/jsx-runtime").JSX.Element) & { Item: FC<ITabSwitcherItem>; }; export { TabSwitcherNamespace as TabSwitcher };