UNPKG

@brightlayer-ui/react-auth-workflow

Version:

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

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