export interface GridMenuParams {
  /**
   * The element that opens the menu.
   */
  target: HTMLElement | null;
}