UNPKG
expo-datepicker
Version:
latest (1.0.23)
1.0.91
1.0.81
1.0.23
1.0.22
1.0.21
1.0.9
1.0.8
1.0.2
Simple date picker
stealkiller06/expo-datepicker
expo-datepicker
/
lib
/
interfaces
/
option.d.ts
6 lines
(5 loc)
•
98 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
Option
{
value
:
string
|
number
;
label
:
string
; }
export
default
Option
;