UNPKG

@tb-app/web-view

Version:

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

10 lines (9 loc) 194 B
/** * 打开文件并获取内容 */ export default function chooseFileAndGetContent(options?: { count?: number; type?: number; }): Promise<{ fileContentMap: unknown; }>;