UNPKG

@brightlayer-ui/react-auth-workflow

Version:

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

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