computeAutoPlacement.d.ts 240 B

12
  1. import { Offsets } from '../models';
  2. export declare function computeAutoPlacement(placement: string, refRect: Offsets, target: HTMLElement, host: HTMLElement, allowedPositions?: any[], boundariesElement?: string, padding?: number): string;