UNPKG

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

Version:

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

10 lines (9 loc) 217 B
export type RouteConfig = { LOGIN?: string; FORGOT_PASSWORD?: string; RESET_PASSWORD?: string; REGISTER_INVITE?: string; REGISTER_SELF?: string; SUPPORT?: string; LANDING_PAGE?: string; };