UNPKG

@bytedance/mona-client-web

Version:

web for mona

7 lines (6 loc) 242 B
import React from 'react'; import { PickerViewProps, ValueType } from './type'; declare const PickerView: React.ForwardRefExoticComponent<PickerViewProps & React.RefAttributes<{ getData: () => ValueType[]; }>>; export default PickerView;