Completely updated React, fixed #11, (hopefully)
This commit is contained in:
5
goTorrentWebUI/node_modules/material-ui/transitions/Slide.d.ts
generated
vendored
5
goTorrentWebUI/node_modules/material-ui/transitions/Slide.d.ts
generated
vendored
@@ -1,11 +1,10 @@
|
||||
import * as React from 'react';
|
||||
import { Theme } from '../styles/createMuiTheme';
|
||||
import { TransitionDuration, TransitionProps } from '../internal/transition';
|
||||
import { TransitionProps } from './transition';
|
||||
|
||||
export interface SlideProps extends TransitionProps {
|
||||
direction?: 'left' | 'right' | 'up' | 'down';
|
||||
direction: 'left' | 'right' | 'up' | 'down';
|
||||
theme?: Theme;
|
||||
timeout?: TransitionDuration;
|
||||
}
|
||||
|
||||
declare const Slide: React.ComponentType<SlideProps>;
|
||||
|
Reference in New Issue
Block a user