UNPKG

@brightlayer-ui/react-auth-workflow

Version:

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

11 lines (10 loc) 341 B
import React from 'react'; import { EulaScreenProps } from './types.js'; /** * Component that renders a screen displaying the EULA and requests acceptance via a checkbox. * * @param {EulaScreenProps} props - props of EUlA screen base component * * @category Component */ export declare const EulaScreenBase: React.FC<EulaScreenProps>;