UNPKG

@revealbi/ui

Version:

6 lines (5 loc) 99 B
export interface MenuItem { icon?: string; title: string; click: (viz: any) => void; }