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
  • Loading branch information
Rekl0w committed Jun 20, 2024
1 parent d3da717 commit 6b7f12a
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 6b7f12a

Please sign in to comment.