@brightlayer-ui/react-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
10 lines (9 loc) • 298 B
TypeScript
/**
* @packageDocumentation
* @module AuthContextProvider
*/
import React, { JSX } from 'react';
import { AuthContextProviderProps } from './types.js';
export declare const AuthContextProvider: React.FC<React.PropsWithChildren<AuthContextProviderProps & {
PasswordDialog?: JSX.Element;
}>>;