index.d.ts 120 B

1234
  1. export type * from './interface';
  2. export * from './utils';
  3. export * from './QRCodeCanvas';
  4. export * from './QRCodeSVG';