UNPKG

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

Version:

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

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