UNPKG

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