UNPKG

@brightlayer-ui/react-auth-workflow

Version:

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

4 lines (3 loc) 167 B
import React from 'react'; import { ChangePasswordDialogProps } from './types.js'; export declare const ChangePasswordDialogBase: React.FC<ChangePasswordDialogProps>;