Skip to content

Commit

Permalink
Fix #6774: Rename previousButton to prevButton in TabViewPassThroughO…
Browse files Browse the repository at this point in the history
…ptions (#6775)
  • Loading branch information
Rekl0w authored Jun 20, 2024
1 parent 825a52d commit e603bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/tabview/tabview.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ export interface TabViewPassThroughOptions {
/**
* Uses to pass attributes to the previous button's DOM element.
*/
previousButton?: TabViewPassThroughType<React.HTMLAttributes<HTMLButtonElement>>;
prevButton?: TabViewPassThroughType<React.HTMLAttributes<HTMLButtonElement>>;
/**
* Uses to pass attributes to the previous button icon's DOM element.
*/
Expand Down

0 comments on commit e603bfb

Please sign in to comment.