Skip to content

Commit

Permalink
[Tabs] Add missing updateScrollButtons type in TabActions (#19570)
Browse files Browse the repository at this point in the history
  • Loading branch information
notsidney authored Feb 5, 2020
1 parent 21e9f1d commit 3aa8fb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/Tabs/Tabs.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export type TabsClassKey =

export interface TabsActions {
updateIndicator(): void;
updateScrollButtons(): void;
}

export type TabsProps<
Expand Down

0 comments on commit 3aa8fb3

Please sign in to comment.