UNPKG

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

Version:

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

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