UNPKG
payload-authjs
Version:
latest (0.10.2)
0.10.2
0.10.1
0.10.0
0.9.1
0.9.0
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.1
0.7.0
0.6.1
0.6.0
0.5.0
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
A Payload CMS 3 plugin for Auth.js 5
CrawlerCode/payload-authjs
payload-authjs
/
dist
/
payload
/
components
/
SignInButtonWebauthn.d.ts
6 lines
(5 loc)
•
257 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
SignInButtonProps
}
from
"./SignInButton/index.js"
;
/** * Wrapper around the SignInButton component to use the webauthn signIn function */
export
declare
const
SignInButtonWebauthn
:
(
props
:
SignInButtonProps
) =>
import
(
"react"
).
JSX
.
Element
;