UNPKG

jodit-pro

Version:

PRO Version of Jodit Editor

6 lines (5 loc) 355 B
import type { IToolParameter } from "../../interface/index"; export declare const name = "applyFormat"; export declare const description = "Apply or remove inline formatting to the current selection (bold, italic, underline, etc.) or to a specific block"; export declare const parameters: IToolParameter[]; export declare const requiresPermission = true;