jodit-pro-react
Version:
Jodit PRO is awesome and usefully wysiwyg editor with filebrowser
11 lines (9 loc) • 409 B
TypeScript
/*!
* 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-pro/esm/plugins/all.js';
import { Jodit as JoditConstructor } from 'jodit-pro/esm/index.js';
export { Config } from 'jodit-pro/esm/config';
export { JoditConstructor as Jodit };