unis_crm/frontend1/node_modules/@rc-component/qrcode/lib/QRCodeSVG.d.ts

4 lines
212 B
TypeScript
Raw Permalink Normal View History

2026-03-26 09:29:55 +00:00
import React from 'react';
declare const QRCodeSVG: React.ForwardRefExoticComponent<import("./interface").QRProps & React.SVGAttributes<SVGSVGElement> & React.RefAttributes<SVGSVGElement>>;
export { QRCodeSVG };