import type { ButtonDefinition } from "./types"; export interface WithDropdownMenuProps { button: ButtonDefinition; menuId: string; }