1👍
✅
Create and/or add to src/globals.d.ts
:
declare global {
interface Window {
EyeDropper?: any;
}
}
Source:stackexchange.com