UNPKG

@tb-app/web-view-api

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