export interface MenuEventDetail {
    ref: string;
    title: string;
    origin: HTMLElement;
}
