import React from 'react';
import { SettingOutlined, CopyOutlined, DownloadOutlined } from '@ant-design/icons';
import { Cascader, Input, Select, Space, Button, Tooltip } from 'antd';
const { Option } = Select;
const selectBefore = (
);
const selectAfter = (
);
const App: React.FC = () => (
} disabled />
} />
} />
} defaultValue="mysite" />
} />
}
defaultValue="mysite"
/>
);
export default App;