UNPKG

@wix/design-system

Version:

@wix/design-system

4 lines 274 B
import type { Predicate } from '../PopoverNext.types'; export declare const getScrollParent: (element?: HTMLElement) => HTMLElement; export declare const getByPredicate: (predicate: Predicate, element?: HTMLElement) => HTMLElement | null; //# sourceMappingURL=utils.d.ts.map