import { TAbstractIntersectionsWatcher } from './TAbstractIntersectionsWatcher'; import { TIntersectionsWatcherPerformanceOptions } from './TIntersectionsWatcherPerformanceOptions'; export type TIntersectionsWatcher = TAbstractIntersectionsWatcher & Readonly<{ getPerformanceSettings: () => TIntersectionsWatcherPerformanceOptions; }>;