UNPKG

bigblocks

Version:

Complete Bitcoin UI component library - authentication, social, wallet, market, inscriptions, and blockchain interactions for React

7 lines 329 B
export interface DeviceLinkQRProps { onLinkGenerated?: (url: string, token: string) => void; onError?: (error: string) => void; apiUrl?: string; } export declare function DeviceLinkQR({ onLinkGenerated, onError }: DeviceLinkQRProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DeviceLinkQR.d.ts.map