.d.ts typo fix
parent
289ee220ed
commit
c3b2d5cb96
|
@ -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[];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue