UNPKG

jodit-pro

Version:

PRO Version of Jodit Editor

8 lines (7 loc) 244 B
import type { IJodit } from "jodit/esm/types/index"; interface ReplacementFragment { text: string; replace: (newContent: string) => void; } export declare function getSelectionFragments(jodit: IJodit): ReplacementFragment[]; export {};