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
6d845691a5
commit
737f74ab22
4 changed files with 20 additions and 0 deletions
5
components/lib/menubar/Menubar.d.ts
vendored
5
components/lib/menubar/Menubar.d.ts
vendored
|
@ -227,6 +227,11 @@ export interface MenubarProps {
|
|||
* An array of menuitems.
|
||||
*/
|
||||
model?: MenuItem[] | undefined;
|
||||
/**
|
||||
* The breakpoint to define the maximum width boundary.
|
||||
* @defaultValue 960px
|
||||
*/
|
||||
breakpoint?: string | undefined;
|
||||
/**
|
||||
* Whether to apply 'router-link-active-exact' class if route exactly matches the item path.
|
||||
* @deprecated since v3.40.0.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue