Type alias NEMenuItemInfo

NEMenuItemInfo: {
    icon: string;
    text: string;
}

Type declaration

  • icon: string
  • text: string