UNPKG

antd-mobile

Version:

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

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