UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

6 lines (5 loc) 126 B
import React from "react"; export declare const RetryButton: React.FC<{ nextRetryAt: number; onClick: () => void; }>;