export interface IMenu { open: (e: MouseEvent) => void; destroy: () => void; }