.d.ts typo fix

pull/4283/head
Tuğçe Küçükoğlu 2023-08-17 10:19:14 +03:00
parent 289ee220ed
commit c3b2d5cb96
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ export interface AccordionTabSlots {
* Whether the tab is active
* @param {number} index - Index of the tab
*/
isTabActive: (inde: number) => void;
isTabActive: (index: number) => void;
}): VNode[];
}