UNPKG

react-select-module

Version:
11 lines (7 loc) 284 B
import React from 'react'; import { Fade } from './transitions'; // instant fade; all transition-group children must be transitions const AnimatedSingleValue = WrappedComponent => props => ( <Fade component={WrappedComponent} {...props} /> ); export default AnimatedSingleValue;