We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ba2ee commit 6b80f04Copy full SHA for 6b80f04
index.d.ts
@@ -60,6 +60,7 @@ export type ConnectQRProps = {
60
vspace?: number;
61
hspace?: number;
62
mobile:GlobalInputData;
63
+ onClickCode?: (code: string) => void;
64
};
65
66
0 commit comments