Skip to content

Commit

Permalink
[ButtonBase] Corrected the type definitions for the TouchRipple class…
Browse files Browse the repository at this point in the history
…es (mui#11818)

* Fixed typings on touch ripple classes

* Added semicolon to end of class key
  • Loading branch information
C-Rodg authored and oliviertassinari committed Jun 11, 2018
1 parent 8ab1e4f commit 6b38480
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/material-ui/src/ButtonBase/TouchRipple.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ export interface TouchRippleProps

export type TouchRippleClassKey =
| 'root'
| 'wrapper'
| 'wrapperLeaving'
| 'wrapperPulsate'
| 'ripple'
| 'rippleVisible'
| 'ripplePulsate';
| 'ripplePulsate'
| 'child'
| 'childLeaving'
| 'childPulsate';

declare const TouchRipple: React.ComponentType<TouchRippleProps>;

Expand Down

0 comments on commit 6b38480

Please sign in to comment.