import { TAbstractIntersectionsWatcherConfig } from './TAbstractIntersectionsWatcherConfig'; import { TIntersectionsWatcherPerformanceOptions } from './TIntersectionsWatcherPerformanceOptions'; export type TIntersectionsWatcherParams = TAbstractIntersectionsWatcherConfig & Readonly<{ performance: TIntersectionsWatcherPerformanceOptions; }>;