Skip to content

Commit

Permalink
[Tooltip] Add popperArrow to TooltipClassKey
Browse files Browse the repository at this point in the history
  • Loading branch information
avocadowastaken authored Dec 10, 2019
1 parent 0ba4900 commit 2e794b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/Tooltip/Tooltip.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export interface TooltipProps
export type TooltipClassKey =
| 'popper'
| 'popperInteractive'
| 'popperArrow'
| 'tooltip'
| 'tooltipArrow'
| 'arrow'
Expand Down

0 comments on commit 2e794b9

Please sign in to comment.