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