mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 19:44:21 +00:00
5 lines
87 B
TypeScript
5 lines
87 B
TypeScript
|
declare module '@parity/qr-signer' {
|
||
|
const content: any;
|
||
|
export default content;
|
||
|
}
|