UNPKG

quill-mention

Version:

@mentions for the Quill rich text editor

9 lines (6 loc) 272 B
import Quill from 'quill'; import { MentionBlot } from './blots/mention.mjs'; import { Mention } from './mention.mjs'; Quill.register({ "blots/mention": MentionBlot, "modules/mention": Mention }); export { Mention as default }; //# sourceMappingURL=autoregister.mjs.map