@brightlayer-ui/react-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
15 lines (14 loc) • 429 B
TypeScript
/**
* @packageDocumentation
* @module RegistrationContext
*/
import { RegistrationContextProviderProps } from './types.js';
export declare const RegistrationContext: import("react").Context<RegistrationContextProviderProps>;
/**
* Hook to get the data of each registration workflow screen
*
* @category Hooks
* @private
* @internal
*/
export declare const useRegistrationContext: () => RegistrationContextProviderProps;