index.d.ts 143 B

1234
  1. import React from 'react';
  2. import type { QRCodeProps } from './interface';
  3. declare const QRCode: React.FC<QRCodeProps>;
  4. export default QRCode;