UNPKG

antd-mobile-alita

Version:

基于 React 的移动设计规范实现

8 lines (7 loc) 279 B
import { DatePickerPropsType } from '../date-picker/PropsType'; export interface DatePickerProps extends DatePickerPropsType { onScrollChange?: (newValue: any, vals: any, index: number) => void; prefixCls?: string; className?: string; pickerPrefixCls?: string; }