export type OnElementReady = (element: HTMLElement, isVisible: boolean) => void;