mirror of
https://github.com/status-im/dappconnect-sdks.git
synced 2025-02-06 13:54:11 +00:00
8 lines
124 B
TypeScript
8 lines
124 B
TypeScript
|
import type { Provider } from './src/contents/provider'
|
||
|
|
||
|
declare global {
|
||
|
interface Window {
|
||
|
ethereum: Provider
|
||
|
}
|
||
|
}
|