mirror of
https://github.com/501351981/vue-office.git
synced 2025-07-15 07:32:19 +08:00
4 lines
97 B
TypeScript
4 lines
97 B
TypeScript
declare const VueOfficeDocx: {
|
|
install: (vue: any) => void;
|
|
};
|
|
export default VueOfficeDocx; |