UNPKG

walletlink-e

Version:
10 lines (9 loc) 244 B
import { FunctionComponent } from "preact"; export interface QRCodeProps { content: string; width?: number; height?: number; fgColor?: string; bgColor?: string; } export declare const QRCode: FunctionComponent<QRCodeProps>;