Files
trezor-suite/packages/connect-explorer/global.d.ts

10 lines
205 B
TypeScript

import TrezorConnect from '@trezor/connect-web';
declare global {
interface Window {
__TREZOR_CONNECT_SRC?: string;
TrezorConnect?: typeof TrezorConnect;
router?: any;
}
}