mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
fix: typescript options type definition (#1861)
This commit is contained in:
committed by
GitHub
parent
28dc05c4a3
commit
cae44a6f0a
@@ -61,7 +61,7 @@ export class CacheStorage {
|
||||
}
|
||||
}
|
||||
|
||||
interface ResourceOptions {
|
||||
export interface ResourceOptions {
|
||||
imageTimeout: number;
|
||||
useCORS: boolean;
|
||||
allowTaint: boolean;
|
||||
|
||||
Reference in New Issue
Block a user