UNPKG

@tb-app/web-view-api

Version:
9 lines (8 loc) 151 B
/** * 保存文件到本地 */ export default function saveFile(options: { apFilePath: string; }): Promise<{ apFilePath: string; }>;