Update TabView.d.ts

This commit is contained in:
mertsincan 2023-04-19 11:07:18 +03:00
parent a1a3bdcee5
commit 10dc76d341

View file

@ -68,7 +68,7 @@ export interface TabViewPassThroughOptions {
*/
previousIcon?: TabViewPassThroughOptionType;
/**
* Uses to pass attributes to the nex button's DOM element.
* Uses to pass attributes to the next button's DOM element.
*/
nextButton?: TabViewPassThroughOptionType;
/**