UNPKG

primeng

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Join the chat at https://gitter.im/primefaces/primeng](https://badges.gitter.im/primefaces/primeng.svg)](https://gitter.im/primefaces/primeng?ut

23 lines (22 loc) 614 B
import { MenuItem } from '../common/menuitem'; export declare class BasePanelMenuItem { handleClick(event: any, item: any): void; } export declare class PanelMenuSub extends BasePanelMenuItem { item: MenuItem; expanded: boolean; transitionOptions: string; } export declare class PanelMenu extends BasePanelMenuItem { model: MenuItem[]; style: any; styleClass: string; multiple: boolean; transitionOptions: string; animating: boolean; collapseAll(): void; handleClick(event: any, item: any): void; onToggleDone(): void; } export declare class PanelMenuModule { }