Update TabView.d.ts

pull/3892/head
mertsincan 2023-04-19 11:07:18 +03:00
parent a1a3bdcee5
commit 10dc76d341
1 changed files with 1 additions and 1 deletions

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;
/**