UNPKG

@angular2-material/core

Version:
10 lines (9 loc) 314 B
import { PositionStrategy } from './position/position-strategy'; /** * OverlayState is a bag of values for either the initial configuration or current state of an * overlay. */ export declare class OverlayState { /** Strategy with which to position the overlay. */ positionStrategy: PositionStrategy; }