UNPKG

@vue-storefront/storyblok

Version:

Storyblok CMS integration with Vue Storefront

5 lines 251 B
import { UseContent } from '@vue-storefront/core'; import { ContentSearchParams } from '../types'; declare const useContent: (cacheId: string) => UseContent<any, ContentSearchParams>; export { useContent }; //# sourceMappingURL=useContent.d.ts.map