UNPKG

@w6s/sdk

Version:

WorkPlusFE JavaScript SDK.

9 lines (8 loc) 269 B
import { FilePathParams } from '../types/file'; /** * 本地打开文件 * @description 原生打开文件(pdf, excel, word, ppt 等) * @param {FilePathParams} [options] * @returns {void} */ export default function readFile(options: FilePathParams): void;