UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

15 lines (14 loc) 408 B
/// <reference types="react" /> export declare type SubMenuItemProps = { title: string; description: string; href: string; eventTrackingName: string; isExternal?: boolean; className?: string; onClickMenuOption?: (event: React.MouseEvent<HTMLElement, MouseEvent>, options: { eventTrackingName: string; url?: string; isExternal?: boolean; }) => void; };