bigblocks
Version:
Complete Bitcoin UI component library - authentication, social, wallet, market, inscriptions, and blockchain interactions for React
10 lines • 343 B
TypeScript
export interface DeviceLinkQRProps {
onGenerateQR: () => Promise<{
qrData: string;
token: string;
expiresAt: Date;
}>;
baseUrl?: string;
}
export declare function DeviceLinkQR({ onGenerateQR, baseUrl, }: DeviceLinkQRProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=DeviceLinkQR.d.ts.map