import { ReactNode } from "react"; import { PopoverProps } from "@mui/material"; export interface MenuPopoverProps extends PopoverProps { children?: string | ReactNode; }