mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Merge pull request #19419 from antonvasin/patch-1
Make transition prop optional
This commit is contained in:
+1
-1
@@ -29,5 +29,5 @@ interface OverlayProps extends TransitionCallbacks, PortalProps, PositionProps {
|
||||
* A `react-transition-group@2.0.0` `<Transition/>` component
|
||||
* used to animate the overlay as it changes visibility.
|
||||
*/
|
||||
transition: Element;
|
||||
transition?: Element;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user