UNPKG

@ant-design/react-native

Version:

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

10 lines (9 loc) 324 B
export interface ImagePickerPropTypes { styles?: {}; files?: Array<{}>; onChange?: (files: Array<{}>, operationType: string, index?: number) => void; onImageClick?: (index?: number, files?: Array<{}>) => void; onAddImageClick?: () => void; onFail?: (msg: string) => void; selectable?: boolean; }