UNPKG

bigblocks

Version:

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

11 lines 380 B
export interface MemberExportProps { profileName: string; onGenerateExport: () => Promise<{ qrData: string; token: string; expiresAt: Date; }>; baseUrl?: string; } export declare function MemberExport({ profileName, onGenerateExport, }: MemberExportProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=MemberExport.d.ts.map