import { DropdownProps as AntDropdownProps } from "antd"; import { PopupPosition } from ".."; export interface DropdownProps extends AntDropdownProps { position?: PopupPosition; }