UNPKG

primereact

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/primereact.svg)](https://badge.fury.io/js/primereact) [![Discord Chat](https://img.shields.io/discord/5579

14 lines (13 loc) 333 B
export interface MenuItem { label?: string; icon?: string; url?: string; items?: MenuItem[]|MenuItem[][]; disabled?: boolean; target?: string; separator?: boolean; style?: any; className?: string; command?(e: {originalEvent: Event, item: MenuItem}): void; template?: JSX.Element|string; }