mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Update MenuItem.d.ts
This commit is contained in:
parent
8210372279
commit
efafe92701
1 changed files with 0 additions and 6 deletions
6
components/lib/menuitem/MenuItem.d.ts
vendored
6
components/lib/menuitem/MenuItem.d.ts
vendored
|
@ -5,7 +5,6 @@
|
|||
* @module menuitem
|
||||
*
|
||||
*/
|
||||
import { RouteLocationRaw } from 'vue-router';
|
||||
|
||||
/**
|
||||
* Custom command event.
|
||||
|
@ -38,11 +37,6 @@ export interface MenuItem {
|
|||
* Icon of the item.
|
||||
*/
|
||||
icon?: string | undefined;
|
||||
/**
|
||||
* Route configuration such as path, name and parameters.
|
||||
* @deprecated since v3.33.0.
|
||||
*/
|
||||
to?: RouteLocationRaw | undefined;
|
||||
/**
|
||||
* Callback to execute when item is clicked.
|
||||
* @param {MenuItemCommandEvent} event - Custom command event.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue