mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Update TabPanel.d.ts
This commit is contained in:
parent
6bc986af63
commit
55324b4d7c
1 changed files with 2 additions and 2 deletions
4
components/lib/tabpanel/TabPanel.d.ts
vendored
4
components/lib/tabpanel/TabPanel.d.ts
vendored
|
@ -113,11 +113,11 @@ export interface TabPanelSlots {
|
|||
/**
|
||||
* Custom content template.
|
||||
*/
|
||||
default: () => VNode[];
|
||||
default(): VNode[];
|
||||
/**
|
||||
* Custom header template.
|
||||
*/
|
||||
header: () => VNode[];
|
||||
header(): VNode[];
|
||||
}
|
||||
|
||||
export interface TabPanelEmits {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue