mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For Menubar
This commit is contained in:
parent
b85d2b5536
commit
df4994ea68
4 changed files with 206 additions and 164 deletions
9
components/lib/menubar/Menubar.d.ts
vendored
9
components/lib/menubar/Menubar.d.ts
vendored
|
@ -59,6 +59,10 @@ 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.
|
||||
*/
|
||||
|
@ -182,6 +186,11 @@ export interface MenubarProps {
|
|||
* @type {MenubarPassThroughOptions}
|
||||
*/
|
||||
pt?: MenubarPassThroughOptions;
|
||||
/**
|
||||
* When enabled, it removes component related styles in the core.
|
||||
* @defaultValue false
|
||||
*/
|
||||
unstyled?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue