util.d.ts 267 B

123
  1. import type { PlacementType } from './placements';
  2. export declare function isInViewPort(element: HTMLElement): boolean;
  3. export declare function getPlacement(targetElement?: HTMLElement | null, placement?: PlacementType, stepPlacement?: PlacementType): PlacementType;