diff --git a/src/index.tsx b/src/index.tsx index f080b40..f755dd4 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -433,3 +433,5 @@ const QRCode = React.forwardRef(function QRCode( }); export {QRCode as default, QRCodeCanvas, QRCodeSVG}; + +export type { QRPropsCanvas, QRPropsSVG, RootProps };