UNPKG

uxcore-mention

Version:

Mention anywhere with this component

16 lines (14 loc) 531 B
/** * Mention Component for uxcore * @author * * Copyright 2014-2015, Uxcore Team, Alinw. * All rights reserved. */ import Mention from './components/Mention'; import ContenteditableEditor from './editor-components/contentEditableEditor'; import TextareaEditor from './editor-components/textareaEditor'; import InputEditor from './editor-components/inputEditor'; import TinymceMention from './components/TinymceMention'; export { ContenteditableEditor, TextareaEditor, InputEditor, TinymceMention }; export default Mention;