UNPKG
@nuxtjs/ionic
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.18.0
0.16.0
0.15.1
0.15.0
0.14.2
0.14.1
0.14.0
0.13.1
0.13.0
0.12.1
0.11.0
0.10.0
0.9.0
0.8.1
0.8.0
Ionic integration for Nuxt
github.com/nuxt-modules/ionic
nuxt-modules/ionic
@nuxtjs/ionic
/
dist
/
runtime
/
composables
/
head.d.ts
3 lines
(2 loc)
•
216 B
TypeScript
View Raw
1
2
3
import
type
{
ActiveHeadEntry
,
UseHeadInput
}
from
'@unhead/vue/types'
;
export
declare
function
useHead<T
extends
Record
<
string
,
any
>>(
obj
:
UseHeadInput
<T>):
Omit
<
ActiveHeadEntry
<
UseHeadInput
<
Deprecated
>>,
"_poll"
>;