mirror of
https://github.com/status-im/dappconnect-sdks.git
synced 2025-02-13 09:06:42 +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
|
||
|
}
|
||
|
}
|