@slashid/react
Version:
React SDK for the /id platform
7 lines • 331 B
TypeScript
import { Props } from "./authenticating.types";
/**
* Renders a form that enables authentication via a password.
* Handles retries in case of submitting an invalid/incorrect password.
*/
export declare const PasswordState: ({ flowState }: Props) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=password.d.ts.map