1
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import React from 'react';
|
||||
import type { QRCodeProps, QRCodeSemanticClassNames, QRCodeSemanticName, QRCodeSemanticStyles, QRProps, QRPropsCanvas, QRPropsSvg } from './interface';
|
||||
export type { QRCodeProps, QRCodeSemanticClassNames, QRCodeSemanticName, QRCodeSemanticStyles, QRProps, QRPropsCanvas, QRPropsSvg, };
|
||||
declare const QRCode: React.FC<QRCodeProps>;
|
||||
export default QRCode;
|
||||
Reference in New Issue
Block a user