UNPKG

@slashid/react

Version:

React SDK for the /id platform

10 lines 525 B
/** * This module contains standalone exports for individual states of the React form i.e. * error, authenticating, success, etc. * * The use case is for rendering these states elsewhere - building a WYSIWYG customisation * editor, for example - without needing to interact with the form state in the regular way. */ import { AuthenticatingProps } from "./authenticating"; export declare const Authenticating: (props: AuthenticatingProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=states.d.ts.map