UNPKG

@vericus/slate-kit-highlight-text

Version:

plugin that provide a way to color/highlight a group of text on slate

8 lines 285 B
import { Editor } from "slate"; import { TypeOptions } from "../options"; export default function createStyle(options: TypeOptions): { getData: (_editor: Editor, el: HTMLElement) => { marks?: import("slate").Mark[] | undefined; }; }; //# sourceMappingURL=index.d.ts.map