mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
TabPanel d.ts fixes
This commit is contained in:
parent
594caf0602
commit
0357f6b995
2 changed files with 4 additions and 4 deletions
6
components/lib/tabview/TabView.d.ts
vendored
6
components/lib/tabview/TabView.d.ts
vendored
|
@ -189,10 +189,10 @@ export interface TabViewSlots {
|
|||
*/
|
||||
export interface TabViewEmits {
|
||||
/**
|
||||
* Emitted when the value changes.
|
||||
* @param {number} value - New value.
|
||||
* Emitted when the activeIndex changes.
|
||||
* @param {number} index - Current activeIndex.
|
||||
*/
|
||||
'update:modelValue'(value: number): void;
|
||||
'update:activeIndex'(index: number): void;
|
||||
/**
|
||||
* Callback to invoke when an active tab is changed.
|
||||
* @param {TabViewChangeEvent} event - Custom tab change event.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue