UNPKG

blumjs

Version:
6 lines (5 loc) 94 B
export interface ListItem { label: string; value: any; selected?: boolean; }