UNPKG

@ant-design/react-native

Version:

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

5 lines (4 loc) 223 B
import React from 'react'; import { TextInput } from 'react-native'; import { StepperProps } from './PropsType'; export declare const Stepper: React.ForwardRefExoticComponent<StepperProps & React.RefAttributes<TextInput>>;