UNPKG

266 BJavaScriptView Raw
1/**
2 * OverlayState is a bag of values for either the initial configuration or current state of an
3 * overlay.
4 */
5export var OverlayState = (function () {
6 function OverlayState() {
7 }
8 return OverlayState;
9}());
10
11//# sourceMappingURL=overlay-state.js.map