UNPKG

@paperbits/common

Version:
5 lines 97 B
export interface SelectOption { value: any; text: string; description?: string; }