Update TabPanel.d.ts
parent
6bc986af63
commit
55324b4d7c
|
@ -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…
Reference in New Issue