UNPKG

@nuxtjs/sanity

Version:
5 lines (4 loc) 233 B
import type { H3Event } from 'h3'; import type { SanityHelper } from '../types.js'; export declare function useSanity(client?: string): SanityHelper; export declare function useSanity(event?: H3Event, client?: string): SanityHelper;