mirror of
https://github.com/501351981/vue-office.git
synced 2025-07-05 07:11:24 +08:00
7 lines
176 B
TypeScript
7 lines
176 B
TypeScript
declare const VueOfficeDocx: {
|
|
install?: (vue: any) => void;
|
|
src: string|ArrayBuffer|Blob;
|
|
requestOptions?: any;
|
|
options?: any
|
|
};
|
|
export default VueOfficeDocx; |