import React from "react"; import styles from "./index.less"; import { Input } from "antd"; const { Search } = Input; export default () => (
console.log(value)} style={{ width: 200 }} />

console.log(value)} enterButton />

console.log(value)} />
);