mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
.d.ts fixes
This commit is contained in:
parent
41d871e1ff
commit
66f3a4b59e
2 changed files with 11 additions and 11 deletions
8
components/lib/menubar/Menubar.d.ts
vendored
8
components/lib/menubar/Menubar.d.ts
vendored
|
@ -59,10 +59,6 @@ export interface MenubarPassThroughOptions {
|
|||
* Uses to pass attributes to the submenu icon's DOM element.
|
||||
*/
|
||||
submenuIcon?: MenubarPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the submenu's DOM element.
|
||||
*/
|
||||
submenu?: MenubarPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the separator's DOM element.
|
||||
*/
|
||||
|
@ -75,6 +71,10 @@ export interface MenubarPassThroughOptions {
|
|||
* Uses to pass attributes to the mobile popup menu button icon's DOM element.
|
||||
*/
|
||||
popupIcon?: MenubarPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the submenu's DOM element.
|
||||
*/
|
||||
submenu?: MenubarPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the start of the component.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue