@brightlayer-ui/react-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
8 lines (7 loc) • 297 B
TypeScript
/**
* @packageDocumentation
* @module RegistrationWorkflowContextProvider
*/
import React from 'react';
import { RegistrationWorkflowContextProps } from './types.js';
export declare const RegistrationWorkflowContextProvider: React.FC<React.PropsWithChildren<RegistrationWorkflowContextProps>>;