UNPKG

@clr/angular

Version:

Angular components for Clarity

11 lines (10 loc) 241 B
import { Point } from '../common/popover'; export interface Position { anchorPoint: Point; popoverPoint: Point; offsetY: number; offsetX: number; } export declare const SIGNPOST_POSITIONS: { [input: string]: Position; };