14
14
* limitations under the License.
15
15
*/
16
16
17
- /** Export screens */
18
- export { EmailLinkAuthScreen , type EmailLinkAuthScreenProps } from "./screens/email-link-auth-screen" ;
19
- export { SignInAuthScreen , type SignInAuthScreenProps } from "./screens/sign-in-auth-screen" ;
17
+ export { EmailLinkAuthForm , type EmailLinkAuthFormProps } from "./forms/email-link-auth-form" ;
18
+ export { ForgotPasswordAuthForm , type ForgotPasswordAuthFormProps } from "./forms/forgot-password-auth-form" ;
19
+ export { PhoneAuthForm , type PhoneAuthFormProps } from "./forms/phone-auth-form" ;
20
+ export { SignInAuthForm , type SignInAuthFormProps } from "./forms/sign-in-auth-form" ;
21
+ export { SignUpAuthForm , type SignUpAuthFormProps } from "./forms/sign-up-auth-form" ;
20
22
23
+ export { EmailLinkAuthScreen , type EmailLinkAuthScreenProps } from "./screens/email-link-auth-screen" ;
24
+ export { ForgotPasswordAuthScreen , type ForgotPasswordAuthScreenProps } from "./screens/forgot-password-auth-screen" ;
25
+ export { OAuthScreen , type OAuthScreenProps } from "./screens/oauth-screen" ;
21
26
export { PhoneAuthScreen , type PhoneAuthScreenProps } from "./screens/phone-auth-screen" ;
22
-
27
+ export { SignInAuthScreen , type SignInAuthScreenProps } from "./screens/sign-in-auth-screen" ;
23
28
export { SignUpAuthScreen , type SignUpAuthScreenProps } from "./screens/sign-up-auth-screen" ;
24
29
25
- export { OAuthScreen , type OAuthScreenProps } from "./screens/oauth-screen" ;
26
-
27
- export { ForgotPasswordAuthScreen , type ForgotPasswordAuthScreenProps } from "./screens/forgot-password-auth-screen" ;
28
-
29
- export { SignInAuthForm , type SignInAuthFormProps } from "./forms/sign-in-auth-form" ;
30
-
31
- export { SignUpAuthForm , type SignUpAuthFormProps } from "./forms/sign-up-auth-form" ;
32
-
33
- /** Export Buttons */
34
- export { GoogleSignInButton } from "./oauth/google-sign-in-button" ;
30
+ export { GoogleSignInButton , GoogleIcon , type GoogleSignInButtonProps } from "./oauth/google-sign-in-button" ;
31
+ export { OAuthButton , type OAuthButtonProps } from "./oauth/oauth-button" ;
0 commit comments