2023-07-02 10:22:02 +08:00

8 lines
202 B
TypeScript

declare const VueOfficePdf: {
install?: (vue: any) => void;
src: string|ArrayBuffer|Blob;
staticFileUrl?: string,
requestOptions?: any;
options?: any
};
export default VueOfficePdf;