UNPKG

@sikka/hawa

Version:

Modern UI Kit made with Tailwind

18 lines (15 loc) 363 B
import React__default from 'react'; type NavigationMenuItem = { label: string; action: () => void; trigger?: any; }; type NavbarType = { logo?: any; buttons?: any; menuItems?: NavigationMenuItem[]; handleLogoClick?: () => void; backgroundColor?: string; }; declare const Navbar: React__default.FC<NavbarType>; export { Navbar };