import { Dropdown } from 'antd'; import styled from 'styled-components'; export const ConfigDropdown = styled(Dropdown)` cursor: pointer; `;