UNPKG

@ai-growth/nextjs

Version:

Seamlessly integrate Sanity CMS with Next.js applications for automated blog routing and rendering

4 lines 521 B
export { useCmsContent, useCmsContentById, type UseCmsContentOptions, type UseCmsContentResult, } from './useCmsContent'; export { useCmsContentList, useFeaturedContent, useRecentContent, type UseCmsContentListOptions, type UseCmsContentListResult, } from './useCmsContentList'; export { useCmsContentCached, useCmsContentByIdCached, useCacheInvalidation, useCachePreloading, useCacheMonitoring, type CmsContentCacheOptions, type CmsContentCachedResult, } from './useCmsContentCached'; //# sourceMappingURL=index.d.ts.map