UNPKG

@nuxtjs/sanity

Version:
10 lines (9 loc) 323 B
/** * For use with https://github.com/asbjornh/eslint-plugin-groq * and https://github.com/sanity-io/vscode-sanity * * based on https://github.com/sanity-io/sanity/tree/next/packages/groq */ export declare const groq: (template: { raw: readonly string[] | ArrayLike<string>; }, ...substitutions: any[]) => string;