UNPKG

coveo-search-ui

Version:

Coveo JavaScript Search Framework

11 lines (10 loc) 201 B
export interface IMenuItem { text: string; className: string; tooltip?: string; index?: number; onOpen: () => void; onClose?: () => void; svgIcon?: string; svgIconClassName?: string; }