UNPKG

bigblocks

Version:

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

7 lines 352 B
export interface ShamirSecretSharingProps { privateKey?: string; onKeyReconstructed?: (wif: string) => void; className?: string; } export declare function ShamirSecretSharing({ privateKey, onKeyReconstructed, className, }: ShamirSecretSharingProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ShamirSecretSharing.d.ts.map