UNPKG

@aveonline/ui-react

Version:

Home base for Aveonline design system - ecosystem react

5 lines (4 loc) 236 B
/// <reference types="react" /> import { INavigation } from './INavigation'; declare function Navigation({ children, isSmall, onClick, className, kindLogo, classNameLogo, ...rest }: INavigation): JSX.Element; export default Navigation;