bigblocks
Version:
Complete Bitcoin UI component library - authentication, social, wallet, market, inscriptions, and blockchain interactions for React
3 lines • 329 B
TypeScript
import type { LoginFormProps } from "../../lib/types.js";
export declare function LoginForm({ mode, onSuccess, onError, className, style, cardProps: _cardProps, buttonProps: _buttonProps, enableProfileSync, maxDiscoveryAttempts, }: LoginFormProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=LoginForm.d.ts.map