@brightlayer-ui/react-native-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
9 lines (8 loc) • 380 B
TypeScript
import React from 'react';
import { WorkflowCardActionsProps } from './WorkflowCard.types.js';
/**
* Component that renders the workflow card action elements used for all screen components.
* @param {WorkflowCardActionsProps} props - props of WorkflowCardActions component
* @category Component
*/
export declare const WorkflowCardActions: React.FC<WorkflowCardActionsProps>;