import type { ToolbarItem } from "./types";
export interface DropdownMenuProps {
id: string;
menuItems: ToolbarItem[];
}