import { Dropdown } from 'antd'; export type { DropdownProps } from 'antd/lib/dropdown'; export * from 'antd/lib/dropdown'; export default Dropdown;