2023-04-21 12:59:52 +08:00

4 lines
97 B
TypeScript

declare const VueOfficeDocx: {
install: (vue: any) => void;
};
export default VueOfficeDocx;