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
/
plugins
/
custom-elements.d.ts
3 lines
(2 loc)
•
160 B
TypeScript
View Raw
1
2
3
declare
const
_default
:
import
(
"nuxt/app"
).
Plugin
<
Record
<
string
,
unknown
>> &
import
(
"nuxt/app"
).
ObjectPlugin
<
Record
<
string
,
unknown
>>;
export
default
_default;