Completely updated React, fixed #11, (hopefully)
This commit is contained in:
11
goTorrentWebUI/node_modules/material-ui/transitions/Zoom.d.ts
generated
vendored
Normal file
11
goTorrentWebUI/node_modules/material-ui/transitions/Zoom.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import * as React from 'react';
|
||||
import { Theme } from '../styles/createMuiTheme';
|
||||
import { TransitionProps } from './transition';
|
||||
|
||||
export interface ZoomProps extends TransitionProps {
|
||||
theme?: Theme;
|
||||
}
|
||||
|
||||
declare const Zoom: React.ComponentType<ZoomProps>;
|
||||
|
||||
export default Zoom;
|
Reference in New Issue
Block a user