UNPKG

@brightlayer-ui/react-auth-workflow

Version:

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

11 lines (10 loc) 358 B
import React from 'react'; import { OktaRedirectLoginScreenProps } from './types.js'; /** * Component that renders an okta login screen. * * @param {OktaRedirectLoginScreenProps} props - props of OktaRedirectLoginScreen base component * * @category Component */ export declare const OktaRedirectLoginScreenBase: React.FC<OktaRedirectLoginScreenProps>;