UNPKG

@vue-storefront/storyblok

Version:

Storyblok CMS integration with Vue Storefront

3 lines 274 B
import { ApiContext, ContentSearchParams } from './types'; export declare const getContent: ({ client: Client, config }: ApiContext, { id, url, custom, cache, locale, relations, version, }: ContentSearchParams) => Promise<[] | void | {}>; //# sourceMappingURL=api.d.ts.map