@brightlayer-ui/react-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
11 lines (10 loc) • 385 B
TypeScript
import React from 'react';
import { RegistrationWorkflowProps } from './types.js';
/**
* Component that contain the registration workflow and index of screens.
*
* @param {RegistrationWorkflowProps} props - props of registrationworkflow component
*
* @category Component
*/
export declare const RegistrationWorkflow: React.FC<React.PropsWithChildren<RegistrationWorkflowProps>>;