UNPKG

@ninetailed/experience.js-plugin-analytics

Version:
11 lines (10 loc) 917 B
export { NinetailedAnalyticsPlugin, type SanitizedElementSeenPayload, type SanitizedVariableSeenPayload, } from './lib/NinetailedAnalyticsPlugin'; export type { Template } from './lib/NinetailedAnalyticsPlugin'; export { ElementSeenPayloadSchema, VariableSeenPayloadSchema, } from './lib/ElementSeenPayload'; export type { ComponentViewEventComponentType, ElementSeenPayload, VariableSeenPayload, } from './lib/ElementSeenPayload'; export { TrackComponentPropertiesSchema } from './lib/TrackingProperties'; export type { TrackComponentProperties } from './lib/TrackingProperties'; export { type EventHandler, NinetailedPlugin } from './lib/NinetailedPlugin'; export { hasComponentViewTrackingThreshold } from './lib/guards/hasComponentViewTrackingThreshold'; export { type HasComponentViewTrackingThreshold } from './lib/types/interfaces/HasComponentViewTrackingThreshold'; export * from './lib/constants';