export interface IMenuProps { open: boolean; corner: string | undefined; menuItems: any[]; }