import UpInput from './UpInput';
import { CommonProps } from './types';
export { CommonProps };
export default UpInput;
