UNPKG

@brightlayer-ui/react-auth-workflow

Version:

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

11 lines (10 loc) 359 B
import React from 'react'; import { WorkflowCardBaseProps } from './WorkflowCard.types.js'; /** * Component that renders the workflow card that is used for all screen components. * * @param {WorkflowCardBaseProps} props - props of workflowCardBase component * * @category Component */ export declare const WorkflowCard: React.FC<WorkflowCardBaseProps>;