UNPKG

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

Version:

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

11 lines (10 loc) 349 B
import React from 'react'; import { WorkflowCardHeaderProps } from './WorkflowCard.types.js'; /** * Component that renders the Header for the workflow card. * * @param {WorkflowCardHeaderProps} props - Props of WorkflowCardHeader component * * @category Component */ export declare const WorkflowCardHeader: React.FC<WorkflowCardHeaderProps>;