jodit-pro-react
Version:
Jodit PRO is awesome and usefully wysiwyg editor with filebrowser
10 lines (9 loc) • 344 B
JavaScript
/*!
* 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/
*/
import { Jodit } from './include.jodit';
import JoditEditor from './JoditEditor';
export default JoditEditor;
export { Jodit };