UNPKG

opendash

Version:

open.DASH data visualization framework

10 lines (9 loc) 165 B
export interface FrontpageElementInterface { id: string; editable: boolean; label: string; icon: string; color: string; link: string; order: number; }