UNPKG
better-picker
Version:
latest (1.1.3)
1.1.3
h5 picker inspired by ios UIPickerView
github.com/ustbhuangyi/picker
ustbhuangyi/picker
better-picker
/
src
/
index.js
7 lines
(4 loc)
•
123 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
Picker
from
'./picker/picker'
;
/* eslint-disable no-undef */
Picker
.
version
= __VERSION__;
export
default
Picker
;