UNPKG

@phantomstudios/ft-lib

Version:

A collection of Javascript UI & tracking utils for FT sites

13 lines 663 B
import { FTTracking, TrackingOptions } from "./FTTracking"; import { ConfigType, OrigamiEventType } from "./utils/yupValidator"; export { FTTracking }; export type { TrackingOptions }; export { loadFtCmpScript, enqueueCmpCallback } from "./cmp/loadFtCmp"; export { ConsentMonitor as consentMonitor } from "./consentMonitor"; export { permutiveVideoUtils } from "./permutiveVideoUtils"; export { reactPlayerTracking } from "./reactPlayerTracking"; export { gaTracker } from "./gaTracker"; export { oTracker } from "./oTracker"; export { ytIframeTracking } from "./ytIframeTracking"; export type { ConfigType, OrigamiEventType }; //# sourceMappingURL=index.d.ts.map