UNPKG

@molejs/mole-components-web

Version:

React组件库

15 lines (14 loc) 422 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; /** web only */ prefixCls?: string; /** web only */ className?: string; /** web only */ pickerPrefixCls?: string; }