UNPKG

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

Version:

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

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