bigblocks
Version:
Complete Bitcoin UI component library - authentication, social, wallet, market, inscriptions, and blockchain interactions for React
10 lines • 449 B
TypeScript
import type { BapMasterBackup } from "../../lib/types.js";
export interface BackupDownloadProps {
backup: BapMasterBackup;
password?: string;
onDownloaded?: () => void;
requireDownload?: boolean;
className?: string;
}
export declare function BackupDownload({ backup, password, onDownloaded, requireDownload, className, }: BackupDownloadProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=BackupDownload.d.ts.map