UNPKG

@ninetailed/experience.js-plugin-analytics

Version:
4 lines (3 loc) 310 B
import { NinetailedPlugin } from '../NinetailedPlugin'; import { HasComponentViewTrackingThreshold } from '../types/interfaces/HasComponentViewTrackingThreshold'; export declare const hasComponentViewTrackingThreshold: (arg: NinetailedPlugin) => arg is NinetailedPlugin & HasComponentViewTrackingThreshold;