UNPKG

@ray-js/components

Version:

Ray basic components

8 lines (7 loc) 250 B
import * as React from 'react'; import { PickerViewProps } from '@ray-js/adapter'; type PickerViewWebProps = PickerViewProps & { range?: string[] | string[][]; }; declare const PickerView: React.FC<PickerViewWebProps>; export default PickerView;