UNPKG

@venuecms/sdk-next

Version:

This is a work in progress and is heavily in flux until we launch 1.0 in February.

6 lines (5 loc) 369 B
export { getEvent, getEvents, getNews, getNewsArticle, getPage, getPages, getProduct, getProducts, getProfile, getProfileEvents, getProfileProducts, getProfiles, getSite, searchSite } from './api/index.mjs'; export { getGenerateMetadata, getLocalizedMetadata } from './metadata/index.mjs'; export { cn } from './utils/index.mjs'; import '@venuecms/sdk'; import 'clsx';