bigblocks
Version:
Complete Bitcoin UI component library - authentication, social, wallet, market, inscriptions, and blockchain interactions for React
9 lines • 388 B
TypeScript
export interface IdentityGenerationProps {
onGenerate: () => void;
onImport: (file: File) => void;
loading?: boolean;
error?: string;
className?: string;
}
export declare function IdentityGeneration({ onGenerate, onImport, loading, error, className, }: IdentityGenerationProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=IdentityGeneration.d.ts.map