QRCodeSVG.d.ts 212 B

123
  1. import React from 'react';
  2. declare const QRCodeSVG: React.ForwardRefExoticComponent<import("./interface").QRProps & React.SVGAttributes<SVGSVGElement> & React.RefAttributes<SVGSVGElement>>;
  3. export { QRCodeSVG };