mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
fix: type import that is only available ts 3.8 or higher (#2629)
This commit is contained in:
parent
6651fc6789
commit
c5c6fa00d7
@ -1,5 +1,5 @@
|
||||
import {FEATURES} from './features';
|
||||
import type {Context} from './context';
|
||||
import {Context} from './context';
|
||||
|
||||
export class CacheStorage {
|
||||
private static _link?: HTMLAnchorElement;
|
||||
|
Loading…
Reference in New Issue
Block a user