UNPKG

@brightlayer-ui/react-auth-workflow

Version:

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

5 lines (4 loc) 184 B
import { AuthUIActions } from '../../contexts/index.js'; type AuthUIActionsFunction = () => AuthUIActions; export declare const ProjectAuthUIActions: AuthUIActionsFunction; export {};