@chayns-components/emoji-input
Version:
Input field that supports HTML elements and emojis
19 lines (18 loc) • 794 B
JavaScript
;
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