UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

18 lines (16 loc) 383 B
import { NavbarPages } from '../Navbar.types' export type MenuItemProps = { activePage: NavbarPages | string section: NavbarPages title: React.ReactNode onToggleShowSubMenu: ( e: React.MouseEvent, show: boolean, section?: NavbarPages ) => void mainUrl?: string isMobile?: boolean isExtraButton?: boolean textColor?: string backgroundColor?: string }