bigblocks
Version:
Complete Bitcoin UI component library - authentication, social, wallet, market, inscriptions, and blockchain interactions for React
3 lines • 331 B
TypeScript
import type { AuthButtonProps } from "../../lib/types.js";
export declare function AuthButton({ mode, className, style, size, variant, color, children, confirmSignOut, confirmMessage, redirectTo, onSignOut, showClearInfo, }: AuthButtonProps): import("react/jsx-runtime").JSX.Element | null;
//# sourceMappingURL=AuthButton.d.ts.map