Files
copilot-toolbox-template-121/node_modules/@rc-component/qrcode/es/QRCodeSVG.d.ts
2026-01-16 02:20:32 +00:00

4 lines
212 B
TypeScript

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