Update TabPanel.d.ts

pull/3857/head
Tuğçe Küçükoğlu 2023-04-12 09:42:12 +03:00
parent 6bc986af63
commit 55324b4d7c
1 changed files with 2 additions and 2 deletions

View File

@ -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 {}