PT images added

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-31 13:47:57 +03:00
parent 6a3e95265d
commit 41d871e1ff
18 changed files with 21 additions and 21 deletions

View file

@ -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;
}
/**