UNPKG

@gooddata/react-components

Version:

GoodData.UI - A powerful JavaScript library for building analytical applications

17 lines 578 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // (C) 2020 GoodData Corporation var SnapPoint; (function (SnapPoint) { SnapPoint["TopLeft"] = "tl"; SnapPoint["TopCenter"] = "tc"; SnapPoint["TopRight"] = "tr"; SnapPoint["CenterLeft"] = "cl"; SnapPoint["CenterCenter"] = "cc"; SnapPoint["CenterRight"] = "cr"; SnapPoint["BottomLeft"] = "bl"; SnapPoint["BottomCenter"] = "bc"; SnapPoint["BottomRight"] = "br"; })(SnapPoint || (SnapPoint = {})); exports.SnapPoint = SnapPoint; //# sourceMappingURL=positioning.js.map