@brightlayer-ui/react-native-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
16 lines (15 loc) • 583 B
TypeScript
import { AuthContext } from './context';
import i18nAuthInstance from './i18nAuthInstance';
import { AuthContextProvider } from './provider';
import { AuthContextProviderProps, AuthUIActions } from './types';
import { AuthDictionaries } from './AuthDictionaries';
/**
* Hook to get top level data in authentication workflow
*
* @category Hooks
* @private
* @internal
*/
export declare const useAuthContext: () => AuthContextProviderProps;
export type { AuthContextProviderProps, AuthUIActions };
export { AuthContext, AuthContextProvider, i18nAuthInstance, AuthDictionaries };