UNPKG

@brightlayer-ui/react-native-auth-workflow

Version:

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

14 lines (13 loc) 458 B
import { RegistrationWorkflowContextProps } from './types'; import { RegistrationWorkflowContextProvider } from './provider'; /** * 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';