Completely updated React, fixed #11, (hopefully)
This commit is contained in:
21
goTorrentWebUI/node_modules/material-ui/es/ButtonBase/TouchRipple.d.ts
generated
vendored
Normal file
21
goTorrentWebUI/node_modules/material-ui/es/ButtonBase/TouchRipple.d.ts
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
import * as React from 'react';
|
||||
import { TransitionGroup } from 'react-transition-group';
|
||||
import { StandardProps } from '..';
|
||||
|
||||
export interface TouchRippleProps
|
||||
extends StandardProps<TransitionGroup.TransitionGroupProps, TouchRippleClassKey> {
|
||||
center?: boolean;
|
||||
}
|
||||
|
||||
export type TouchRippleClassKey =
|
||||
| 'root'
|
||||
| 'wrapper'
|
||||
| 'wrapperLeaving'
|
||||
| 'wrapperPulsating'
|
||||
| 'ripple'
|
||||
| 'rippleVisible'
|
||||
| 'rippleFast';
|
||||
|
||||
declare const TouchRipple: React.ComponentType<TouchRippleProps>;
|
||||
|
||||
export default TouchRipple;
|
Reference in New Issue
Block a user