UNPKG

@pagamio/frontend-commons-lib

Version:

Pagamio library for Frontend reusable components like the form engine and table container

9 lines (8 loc) 892 B
export { default as LogoutButton } from './LogoutButton'; export { default as PagamioLoginPage, loginPageDefaultText, type PagamioLoginCredentials, type PagamioLoginPageProps, } from './LoginPage'; export { default as ChangePasswordPage, type ChangePasswordPageProps } from './ChangePasswordPage'; export { type PostDataProps } from './hooks/useChangeUserPassword'; export { default as PagamioCustomerRegistrationPage, customerRegistrationPageDefaultText, type PagamioCustomerRegistrationPageProps, } from './CustomerRegistrationPage'; export { default as PagamioForgotPasswordPage, forgotPasswordDefaultText, type PagamioForgotPasswordPageProps, } from './ForgotPasswordPage'; export { default as PagamioResetPasswordPage, resetPasswordDefaultText, type PagamioResetPasswordPageProps, } from './ResetPasswordPage'; export { AuthPageLayout as PagamioAuthPageLayout } from './AuthPageLayout';