UNPKG

@aveonline/ui-react

Version:

Home base for Aveonline design system - ecosystem react

8 lines (7 loc) 264 B
/// <reference types="react" /> import { ITabNav } from './ITabNav'; /** * Molecule: TabNav */ declare function TabNav({ icon, isSelected, title, subtitle, total, isDisabled, variant, colorTotal, isSmall, ...rest }: ITabNav): JSX.Element; export default TabNav;