jodit-pro
Version:
PRO Version of Jodit Editor
10 lines (9 loc) • 355 B
TypeScript
import { execute } from "./executor";
declare const _default: {
execute: typeof execute;
name: "replaceBlock";
description: "Replace a specific block in the document by its index or CSS selector with new HTML content";
parameters: import("../../interface/index").IToolParameter[];
requiresPermission: true;
};
export default _default;