UNPKG

jodit-pro

Version:

PRO Version of Jodit Editor

10 lines (9 loc) 319 B
import { execute } from "./executor"; declare const _default: { execute: typeof execute; name: "replaceSelection"; description: "Replace the current selection with new HTML content"; parameters: import("../../interface/index").IToolParameter[]; requiresPermission: true; }; export default _default;