UNPKG

jodit-pro-react

Version:

Jodit PRO is awesome and usefully wysiwyg editor with filebrowser

15 lines (12 loc) 489 B
export { Jodit } from 'jodit-pro/esm/index.js'; export { Config } from 'jodit-pro/esm/config'; import JoditEditor from './JoditEditor.mjs'; export { JoditEditorProps } from './JoditEditor.mjs'; import 'jodit/esm/types'; import 'react'; /*! * Jodit Editor PRO (https://xdsoft.net/jodit/) * See LICENSE.md in the project root for license information. * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/ */ export { JoditEditor as default };