2023-05-12 09:54:43 +08:00

7 lines
176 B
TypeScript

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