UNPKG

@ant-design/react-native

Version:

基于蚂蚁金服移动设计规范的 React Native 组件库

7 lines (6 loc) 278 B
import React from 'react'; import { PickerPropsType } from './PropsType'; export interface PickerProps extends PickerPropsType { } declare const Picker: React.ForwardRefExoticComponent<PickerProps & React.RefAttributes<import("./Picker").PickerActions>>; export default Picker;