UNPKG

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

Version:

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

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