UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

15 lines 1.45 kB
import type { LastLoginInfoProps } from './LastLoginInfo'; import { default as LastLoginInfo, useLastLoginInfo, useLastLoginInfoState } from './LastLoginInfo'; import type { LoginMethod } from './LoginMethod'; import { default as PasswordField } from './PasswordField'; import type { StandaloneLoginFormProps } from './StandaloneLoginForm'; import { default as StandaloneLoginForm } from './StandaloneLoginForm'; import type { TwoFactorAuthSettingsPanelProps } from './TwoFactorAuthSettingsPanel'; import { default as TwoFactorAuthSettingsPanel } from './TwoFactorAuthSettingsPanel'; import type { TwoFactorEnrollmentFormProps } from './TwoFactorEnrollmentForm'; import { default as TwoFactorEnrollmentForm } from './TwoFactorEnrollmentForm'; import type { TwoFactorBackupCodesProps } from './TwoFactorBackupCodes'; import { default as TwoFactorBackupCodes } from './TwoFactorBackupCodes'; import OneTimePasswordForm, { type OneTimePasswordFormProps, type ONE_TIME_PASSWORD_STEP } from './OneTimePasswordForm'; export { useLastLoginInfoState, useLastLoginInfo, LastLoginInfo, LastLoginInfoProps, LoginMethod, PasswordField, StandaloneLoginForm, StandaloneLoginFormProps, TwoFactorAuthSettingsPanel, TwoFactorAuthSettingsPanelProps, TwoFactorEnrollmentForm, TwoFactorEnrollmentFormProps, TwoFactorBackupCodes, TwoFactorBackupCodesProps, OneTimePasswordForm, OneTimePasswordFormProps, ONE_TIME_PASSWORD_STEP, }; //# sourceMappingURL=index.d.ts.map