mirror of
https://github.com/501351981/vue-office.git
synced 2025-06-25 07:08:58 +08:00
4 lines
95 B
TypeScript
4 lines
95 B
TypeScript
declare const VueOfficePdf: {
|
|
install: (vue: any) => void;
|
|
};
|
|
export default VueOfficePdf; |