@chayns-components/core
Version:
A set of beautiful React components for developing your own applications with chayns.
6 lines • 345 B
JavaScript
export let MentionFinderPopupAlignment = /*#__PURE__*/function (MentionFinderPopupAlignment) {
MentionFinderPopupAlignment[MentionFinderPopupAlignment["Top"] = 0] = "Top";
MentionFinderPopupAlignment[MentionFinderPopupAlignment["Bottom"] = 1] = "Bottom";
return MentionFinderPopupAlignment;
}({});
//# sourceMappingURL=mentionFinder.js.map