UNPKG

expo-datepicker

Version:
6 lines (5 loc) 98 B
export interface Option { value: string | number; label: string; } export default Option;