UNPKG

antd-mobile-rn

Version:

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

9 lines (8 loc) 284 B
import { DatePickerPropsType } from '../date-picker/PropsType'; export interface DatePickerProps extends DatePickerPropsType { onScrollChange?: (newValue: any, vals: any, index: number) => void; /** rn only */ triggerTypes?: string; /** rn only */ styles?: any; }