antd
Version:
An enterprise-class UI design language and React components implementation
6 lines (5 loc) • 381 B
TypeScript
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;