Update TabPanel.d.ts

pull/1952/head
Tuğçe Küçükoğlu 2022-01-06 16:19:31 +03:00 committed by Tuğçe Küçükoğlu
parent 776667ba27
commit ede318f378
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ export interface TabPanelSlots {
* Custom content template. * Custom content template.
*/ */
default: () => VNode[]; default: () => VNode[];
/**
* Custom header template.
*/
header: () => VNode[];
} }
export declare type TabPanelEmits = { export declare type TabPanelEmits = {