芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/react-select/src/animated/Placeholder.js
// @flow import React, { type AbstractComponent } from 'react'; import { type PlaceholderProps } from '../components/Placeholder'; import { Fade, collapseDuration } from './transitions'; // fade in when last multi-value removed, otherwise instant const AnimatedPlaceholder = ( WrappedComponent: AbstractComponent
): AbstractComponent
=> props => (
); export default AnimatedPlaceholder;