mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +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.
|
* Custom content template.
|
||||||
*/
|
*/
|
||||||
default: () => VNode[];
|
default(): VNode[];
|
||||||
/**
|
/**
|
||||||
* Custom header template.
|
* Custom header template.
|
||||||
*/
|
*/
|
||||||
header: () => VNode[];
|
header(): VNode[];
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface TabPanelEmits {}
|
export interface TabPanelEmits {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue