@brightlayer-ui/react-native-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
14 lines (13 loc) • 467 B
TypeScript
import { RegistrationWorkflowContextProps } from './types.js';
import { RegistrationWorkflowContextProvider } from './provider.js';
/**
* Hook to get the data of each registration workflow screen
*
* @category Hooks
* @private
* @internal
*/
export declare const useRegistrationWorkflowContext: () => RegistrationWorkflowContextProps;
export type { RegistrationWorkflowContextProps };
export { RegistrationWorkflowContextProvider };
export * from './types.js';