export type ContextMenuProps = { className?: string; refElement: HTMLElement | React.RefObject; offsetX?: number; offsetY?: number; };