UNPKG

@atlaskit/editor-plugin-mentions

Version:

Mentions plugin for @atlaskit/editor-core

12 lines (11 loc) 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "mentionsPlugin", { enumerable: true, get: function get() { return _mentionsPlugin.mentionsPlugin; } }); var _mentionsPlugin = require("./mentionsPlugin");