UNPKG
@heymarco/next-auth
Version:
latest (7.0.6)
7.0.6
7.0.5
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
6.11.5
6.11.4
6.11.3
6.11.2
6.11.1
6.11.0
6.10.0
6.9.0
6.8.3
6.8.2
6.8.1
6.8.0
6.7.6
6.7.5
6.7.4
6.7.3
6.7.2
6.7.1
6.7.0
6.6.1
6.6.0
6.5.6
6.5.5
6.5.4
6.5.3
6.5.2
6.5.1
6.5.0
6.3.5
6.3.4
6.3.3
6.3.2
6.3.1
6.3.0
6.2.4
6.2.3
6.2.2
6.2.1
6.2.0
A complete authentication solution for web applications.
reusableui.org
@heymarco/next-auth
/
dist
/
templates
/
EmailConfirmation.d.ts
9 lines
(8 loc)
•
263 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
default
as
React
}
from
'react'
;
export
interface
EmailConfirmationLinkProps
{
children
?:
React
.
ReactNode
; }
export
declare
const
EmailConfirmation
: {
Url
:
() =>
string
|
null
;
Link
:
(
props
:
EmailConfirmationLinkProps
) =>
React
.
ReactNode
; };