@chayns-components/emoji-input
Version:
Input field that supports HTML elements and emojis
13 lines • 618 B
JavaScript
export let AnchorAlignment = /*#__PURE__*/function (AnchorAlignment) {
AnchorAlignment[AnchorAlignment["Bottom"] = 0] = "Bottom";
AnchorAlignment[AnchorAlignment["Top"] = 1] = "Top";
return AnchorAlignment;
}({});
export let 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