2023-05-12 09:54:43 +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;