UNPKG

@dotcms/analytics

Version:

Official JavaScript library for Content Analytics with DotCMS.

4 lines (3 loc) 206 B
export type { DotCMSAnalyticsConfig } from '../core/shared/models'; export { DotContentAnalytics } from './components/DotContentAnalytics'; export { useContentAnalytics } from './hook/useContentAnalytics';