We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601cd2e commit bee2075Copy full SHA for bee2075
1 file changed
packages/react-qr-code/src/types/lib.ts
@@ -109,6 +109,7 @@ export interface ReactQRCodeRef {
109
}
110
111
export interface ReactQRCodeProps {
112
+ ref?: React.Ref<ReactQRCodeRef>
113
/**
114
* The value to encode into the QR Code. An array of strings can be passed in
115
* to represent multiple segments to further optimize the QR Code.
0 commit comments