@chayns-components/core
Version:
A set of beautiful React components for developing your own applications with chayns.
12 lines (11 loc) • 502 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MentionFinderPopupAlignment = void 0;
let MentionFinderPopupAlignment = exports.MentionFinderPopupAlignment = /*#__PURE__*/function (MentionFinderPopupAlignment) {
MentionFinderPopupAlignment[MentionFinderPopupAlignment["Top"] = 0] = "Top";
MentionFinderPopupAlignment[MentionFinderPopupAlignment["Bottom"] = 1] = "Bottom";
return MentionFinderPopupAlignment;
}({});
//# sourceMappingURL=mentionFinder.js.map