UNPKG

ngx-bootstrap

Version:
4 lines (3 loc) 247 B
import { AvailbleBSPositions } from '../models'; export declare function checkPopoverMargin(placement: AvailbleBSPositions, checkPosition: 'top' | 'bottom' | 'start' | 'end'): boolean; export declare function checkMargins(placement: any): string;