UNPKG

@tb-app/web-view

Version:

实现webview与淘宝小程序之间的通信

10 lines (9 loc) 163 B
/** * 选择文件 */ export default function chooseFile(options: { count?: number; type?: number; }): Promise<{ apFilePaths: string[]; }>;