UNPKG

@paperbits/forms

Version:
5 lines (4 loc) 81 B
export interface SelectInputOption { label: string; value: string; }