Skip to content

Commit 9a408fc

Browse files
committed
chore: revert re-exported types
1 parent 2196ff5 commit 9a408fc

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

packages/expo/src/types/index.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,24 @@ export type { IStorage, BuildClerkOptions } from '../provider/singleton/types';
99
// OAuth/SSO hook types
1010
export type { UseOAuthFlowParams, StartOAuthFlowParams, StartOAuthFlowReturnType } from '../hooks/useOAuth';
1111
export type { StartSSOFlowParams, StartSSOFlowReturnType } from '../hooks/useSSO';
12+
13+
// Google Sign-In types
14+
export type {
15+
StartGoogleAuthenticationFlowParams,
16+
StartGoogleAuthenticationFlowReturnType,
17+
} from '../hooks/useSignInWithGoogle.types';
18+
19+
// Google One Tap types
20+
export type {
21+
ConfigureParams,
22+
SignInParams,
23+
CreateAccountParams,
24+
ExplicitSignInParams,
25+
GoogleUser,
26+
OneTapSuccessResponse,
27+
CancelledResponse,
28+
NoSavedCredentialFound,
29+
OneTapResponse,
30+
GoogleSignInErrorCode,
31+
GoogleSignInError,
32+
} from '../google-one-tap/types';

0 commit comments

Comments
 (0)