UNPKG

@chayns-components/emoji-input

Version:
19 lines (18 loc) 794 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PopupAlignment = exports.AnchorAlignment = void 0; let AnchorAlignment = exports.AnchorAlignment = /*#__PURE__*/function (AnchorAlignment) { AnchorAlignment[AnchorAlignment["Bottom"] = 0] = "Bottom"; AnchorAlignment[AnchorAlignment["Top"] = 1] = "Top"; return AnchorAlignment; }({}); let PopupAlignment = exports.PopupAlignment = /*#__PURE__*/function (PopupAlignment) { PopupAlignment[PopupAlignment["TopLeft"] = 0] = "TopLeft"; PopupAlignment[PopupAlignment["BottomLeft"] = 1] = "BottomLeft"; PopupAlignment[PopupAlignment["TopRight"] = 2] = "TopRight"; PopupAlignment[PopupAlignment["BottomRight"] = 3] = "BottomRight"; return PopupAlignment; }({}); //# sourceMappingURL=alignment.js.map