UNPKG

bigblocks

Version:

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

12 lines 515 B
interface BackupImportProps { onImport: (file: File) => Promise<void> | void; disabled?: boolean; className?: string; showLabel?: boolean; enableProfileSync?: boolean; maxDiscoveryAttempts?: number; onImportSuccess?: () => void; } export declare function BackupImport({ onImport, disabled, className, showLabel, enableProfileSync, maxDiscoveryAttempts, onImportSuccess, }: BackupImportProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=BackupImport.d.ts.map