import React from 'react'; import { Button, Input } from 'antd'; import styles from './index.less'; export default ({ onSearch = () => ({}), text = '搜索', ...reset }) => (