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