UNPKG

@td-design/react-native-picker

Version:

基于 @td-design/react-native 的 picker 组件

4 lines 298 B
/// <reference types="react" /> import { WheelPickerProps } from './type'; export default function WheelPicker<T>({ itemHeight, data, visibleRest, textStyle, contentContainerStyle, indicatorBgColor, value, onChange, ...props }: WheelPickerProps<T>): JSX.Element; //# sourceMappingURL=index.d.ts.map