UNPKG

antd-mobile

Version:

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

10 lines (9 loc) 259 B
interface ImagePickerPropTypes { style?: {}; files?: Array<{}>; onChange?: (files: Array<{}>, operationType: string, index?: number) => void; styles?: any; prefixCls?: string; className?: string; } export default ImagePickerPropTypes;