芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/react-select/src/animated/MultiValue.js
// @flow import React, { type AbstractComponent } from 'react'; import { type MultiValueProps } from '../components/MultiValue'; import { Collapse } from './transitions'; // strip transition props off before spreading onto actual component const AnimatedMultiValue = ( WrappedComponent: AbstractComponent
): AbstractComponent
=> { return ({ in: inProp, onExited, ...props }) => (
); }; export default AnimatedMultiValue;