UNPKG

@brightlayer-ui/react-auth-workflow

Version:

Re-usable workflow components for Authentication and Registration within Eaton applications.

8 lines (7 loc) 281 B
/** * @packageDocumentation * @module RegistrationContextProvider */ import React from 'react'; import { RegistrationContextProviderProps } from './types.js'; export declare const RegistrationContextProvider: React.FC<React.PropsWithChildren<RegistrationContextProviderProps>>;