import * as Zappar from '@zappar/zappar'; export interface AnchorOnVisibleEvent { anchor: T; } export interface AnchorOnNotVisibleEvent { anchor: T; } export interface AnchorOnNewEvent { anchor: T; }