UNPKG

zarm

Version:

基于 React 的移动端UI库

5 lines (4 loc) 252 B
import PickerView from './PickerView'; export type { PickerValue, PickerColumn, PickerColumnItem, PickerOption } from './interface'; export type { PickerViewProps, PickerViewInstance, PickerViewCssVars } from './PickerView'; export default PickerView;