UNPKG

antd-mobile

Version:

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

9 lines (8 loc) 283 B
/// <reference types="react" /> import React from 'react'; export default class ImagePickerExample extends React.Component<any, any> { constructor(props: any); handleFileChange: (files: any) => void; handleFile2Change: (files2: any) => void; render(): JSX.Element; }