mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
.d.ts updates
This commit is contained in:
parent
cf7d3f74b7
commit
4aecb09c46
4 changed files with 11 additions and 11 deletions
8
components/lib/menu/Menu.d.ts
vendored
8
components/lib/menu/Menu.d.ts
vendored
|
@ -31,14 +31,14 @@ export interface MenuPassThroughOptions {
|
|||
* Uses to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: MenuPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the submenu header's DOM element.
|
||||
*/
|
||||
submenuHeader?: MenuPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the list's DOM element.
|
||||
*/
|
||||
menu?: MenuPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the submenu header's DOM element.
|
||||
*/
|
||||
submenuHeader?: MenuPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the list item's DOM element.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue