UNPKG

@sky-mavis/tanto-widget

Version:
6 lines (5 loc) 170 B
interface WCQRCodeProps { value?: string; } export declare const WCQRCode: ({ value }: WCQRCodeProps) => import("@emotion/react/jsx-runtime").JSX.Element; export {};