Files
video-gen/video-gen-admin/node_modules/@rc-component/qrcode/es/QRCodeSVG.d.ts
T
2026-05-25 17:08:18 +08: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 };