@phantomstudios/ft-lib
Version:
A collection of Javascript UI & tracking utils for FT sites
16 lines (12 loc) • 631 B
text/typescript
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 };