@brightlayer-ui/react-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
11 lines (10 loc) • 357 B
TypeScript
import React from 'react';
import { WorkflowCardHeaderProps } from './WorkflowCard.types.js';
/**
* Component that renders the header content for the workflow card.
*
* @param {WorkflowCardHeaderProps} props - props of WorkflowCardHeader component
*
* @category Component
*/
export declare const WorkflowCardHeader: React.FC<WorkflowCardHeaderProps>;