UNPKG

@angular2-material/core

Version:
6 lines (5 loc) 194 B
/** Strategy for setting the position on an overlay. */ export interface PositionStrategy { /** Updates the position of the overlay element. */ apply(element: Element): Promise<void>; }