mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
PT images added
This commit is contained in:
parent
6a3e95265d
commit
41d871e1ff
18 changed files with 21 additions and 21 deletions
8
components/lib/contextmenu/ContextMenu.d.ts
vendored
8
components/lib/contextmenu/ContextMenu.d.ts
vendored
|
@ -60,14 +60,14 @@ export interface ContextMenuPassThroughOptions {
|
|||
* Uses to pass attributes to the submenu icon's DOM element.
|
||||
*/
|
||||
submenuIcon?: ContextMenuPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the submenu's DOM element.
|
||||
*/
|
||||
submenu?: ContextMenuPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the separator's DOM element.
|
||||
*/
|
||||
separator?: ContextMenuPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the submenu's DOM element.
|
||||
*/
|
||||
submenu?: ContextMenuPassThroughOptionType;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue