UNPKG

@bareblends/vsf-prismic

Version:

Prismic CMS integration with Vue Storefront

3 lines (2 loc) 190 B
import { ApiContext, ContentSearchParams } from './types'; export declare const getContent: ({ client, config }: ApiContext, { query, queryOptions }: ContentSearchParams) => Promise<any>;