UNPKG

@tb-app/web-view-api

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