@brightlayer-ui/react-native-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
11 lines (10 loc) • 325 B
TypeScript
import React from 'react';
import { BasicDialogProps } from './types.js';
/**
* Component that renders a basic dialog with a title, body description, and a close button.
*
* @param {BasicDialogProps} props - Basic props of Dialog
*
* @category Component
*/
export declare const BasicDialog: React.FC<BasicDialogProps>;