import React from "react"; import styles from "./index.less"; import { Input, Select, Icon } from "antd"; const { Option } = Select; const selectBefore = ( ); const selectAfter = ( ); export default () => (
} defaultValue="mysite" />
);