UNPKG

247 BTypeScriptView Raw
1import { AvailbleBSPositions } from '../models';
2export declare function checkPopoverMargin(placement: AvailbleBSPositions, checkPosition: 'top' | 'bottom' | 'start' | 'end'): boolean;
3export declare function checkMargins(placement: any): string;