芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/react-select/src/animated/SingleValue.js
// @flow import React, { type AbstractComponent } from 'react'; import { type SingleValueProps } from '../components/SingleValue'; import { Fade } from './transitions'; // instant fade; all transition-group children must be transitions const AnimatedSingleValue = ( WrappedComponent: AbstractComponent
): AbstractComponent
=> props => (
); export default AnimatedSingleValue;