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