We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
direction
1 parent 964f9ab commit ef1751bCopy full SHA for ef1751b
packages/material-ui/src/Slide/Slide.d.ts
@@ -4,7 +4,7 @@ import { TransitionProps } from '../transitions/transition';
4
5
export interface SlideProps extends TransitionProps {
6
children?: React.ReactElement<any, any>;
7
- direction: 'left' | 'right' | 'up' | 'down';
+ direction?: 'left' | 'right' | 'up' | 'down';
8
ref?: React.Ref<unknown>;
9
theme?: Theme;
10
}
0 commit comments