Skip to content

Commit

Permalink
add missing updateScrollButtons fn in Tabs TS def
Browse files Browse the repository at this point in the history
  • Loading branch information
notsidney committed Feb 5, 2020
1 parent 21e9f1d commit 720dac9
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 720dac9

Please sign in to comment.