@brightlayer-ui/react-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
11 lines (10 loc) • 322 B
TypeScript
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
*
* @category Component
*/
export declare const EulaScreen: React.FC<EulaScreenProps>;