jodit
Version:
Jodit is awesome and usefully wysiwyg editor with filebrowser
47 lines (45 loc) • 1.95 kB
text/typescript
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2020 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export { addNewLine } from './add-new-line/add-new-line';
export { about } from './about/about';
export { autofocus } from './autofocus';
// export { backspace } from './keyboard/backspace';
export { Delete } from './keyboard/delete';
export { bold } from './bold';
export { cleanHtml } from './fix/clean-html';
export { WrapTextNodes } from './fix/wrap-text-nodes';
export { clipboard, paste, pasteStorage } from './clipboard';
export { color } from './color';
export { DragAndDrop } from './clipboard/drag-and-drop';
export { DragAndDropElement } from './clipboard/drag-and-drop-element';
export { enter } from './keyboard/enter';
export { errorMessages } from './error-messages/error-messages';
export { font } from './font';
export { formatBlock } from './format-block';
export { fullsize } from './fullsize/fullsize';
export { hotkeys } from './keyboard/hotkeys';
export { iframe } from './iframe';
export * from './image';
export { indent } from './indent';
export { inlinePopup } from './inline-popup/inline-popup';
export { justify } from './justify';
export { limit } from './limit';
export { link } from './link/link';
export { media } from './media';
export { mobile } from './mobile';
export { orderedList } from './ordered-list';
export { placeholder } from './placeholder/placeholder';
export { redoUndo } from './redo-undo';
export { resizer } from './resizer/resizer';
export { search } from './search/search';
export { size } from './size/size';
export { source } from './source';
export { stat } from './stat';
export { sticky } from './sticky/sticky';
export { symbols } from './symbols/symbols';
export * from './table';
export { tooltip } from './tooltip/tooltip';
export { xpath } from './xpath/xpath';