@brightlayer-ui/react-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
11 lines (10 loc) • 320 B
TypeScript
import React from 'react';
import { CardContentProps } from '@mui/material/CardContent';
/**
* Component that renders the body content for the workflow card.
*
* @param children content to render in the WorkflowCardBody
*
* @category Component
*/
export declare const WorkflowCardBody: React.FC<CardContentProps>;