UNPKG

@nuxtjs/ionic

Version:
3 lines (2 loc) 216 B
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">;