@ant-design/react-native
Version:
基于蚂蚁金服移动设计规范的 React Native 组件库
10 lines (9 loc) • 337 B
TypeScript
import React from 'react';
export default class ImagePickerExample extends React.Component<any, any> {
constructor(props: any);
handleFileChange: (files: any) => void;
handleFile2Change: (files2: any) => void;
requestCameraPermission(): Promise<void>;
componentDidMount(): Promise<void>;
render(): JSX.Element;
}