We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424e39b commit e871674Copy full SHA for e871674
lib/ts/ui/types.ts
@@ -6,6 +6,7 @@ import type { PasswordlessPreBuiltUI } from "../recipe/passwordless/prebuiltui";
6
import type { SessionPreBuiltUI } from "../recipe/session/prebuiltui";
7
import type { ThirdPartyPreBuiltUI } from "../recipe/thirdparty/prebuiltui";
8
import type { TOTPPreBuiltUI } from "../recipe/totp/prebuiltui";
9
+import type { WebauthnPreBuiltUI } from "../recipe/webauthn/prebuiltui";
10
11
export type ReactRouterDomWithCustomHistory = {
12
router: { Route: any };
@@ -22,4 +23,5 @@ export type PreBuiltRecipes = (
22
23
| typeof TOTPPreBuiltUI
24
| typeof OAuth2ProviderPreBuiltUI
25
| typeof SessionPreBuiltUI
26
+ | typeof WebauthnPreBuiltUI
27
)[];
0 commit comments