UNPKG
@nuxtjs/hanko
Version:
latest (1.0.1)
1.0.1
1.0.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
Hanko integration for Nuxt
github.com/nuxt-modules/hanko
nuxt-modules/hanko
@nuxtjs/hanko
/
dist
/
runtime
/
composables
/
index.d.ts
8 lines
(7 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Hanko
}
from
'@teamhanko/hanko-elements'
;
/** * This composable returns a Hanko instance. * * It will be `null` on the server but defined on the client. */
export
declare
function
useHanko
(
):
Hanko
|
null
;