UNPKG

antd-mobile

Version:

<img src="https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ" alt="logo" width="100%" />

12 lines (11 loc) 389 B
import React, { ReactNode } from 'react'; import { PickerColumnItem, PickerValue } from './index'; declare type Props = { index: number; column: PickerColumnItem[]; value: PickerValue; onSelect: (value: PickerValue, index: number) => void; renderLabel: (item: PickerColumnItem) => ReactNode; }; export declare const Wheel: React.NamedExoticComponent<Props>; export {};