UNPKG

@brightlayer-ui/react-auth-workflow

Version:

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

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