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