UNPKG

@nuxtjs/sanity

Version:
6 lines (5 loc) 287 B
import type { H3Event } from 'h3'; import type { SanityHelper } from '../../types.js'; export declare function useSanity(event?: H3Event, client?: string): SanityHelper; /** @deprecated prefer useSanity(event, client) */ export declare function useSanity(client?: string): SanityHelper;