UNPKG

jodit-pro

Version:

PRO Version of Jodit Editor

10 lines (9 loc) 337 B
import { execute } from "./executor"; declare const _default: { execute: typeof execute; name: "insertHTML"; description: "Insert or replace HTML content at the current cursor position in the editor"; parameters: import("../../interface/index").IToolParameter[]; requiresPermission: true; }; export default _default;