fixing
This commit is contained in:
parent
0ad1acee09
commit
ec2d7eb203
|
|
@ -0,0 +1,7 @@
|
|||
declare module "file-saver" {
|
||||
export function saveAs(
|
||||
data: Blob | File | string,
|
||||
filename?: string,
|
||||
options?: any
|
||||
): void;
|
||||
}
|
||||
Loading…
Reference in New Issue