UNPKG

@grapecity/gcpdfviewer

Version:
3 lines (2 loc) 249 B
export declare function downloadUrl(fileUrl: string, filename?: string): boolean; export declare function downloadData(data: Blob | BlobPart | Uint8Array | ArrayBuffer | ArrayBufferView | string, filename?: string, contentType?: string): boolean;