export interface DotContextMenuOption { label: string; action: (e: CustomEvent) => void; }