UNPKG

antd-mobile-rn

Version:

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

10 lines (9 loc) 283 B
import React from 'react'; export interface ImageRollProps { onCancel: () => void; onSelected: (imgObj: {}) => void; } export default class ImageRoll extends React.Component<ImageRollProps, any> { onSelected: (images: any[], _: any) => void; render(): JSX.Element; }