UNPKG

@vericus/slate-kit-highlight-text

Version:

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

6 lines 212 B
import { Editor } from "slate"; import { TypeOptions } from "../options"; export default function createUtils(opts: TypeOptions): { [x: string]: (editor: Editor) => any; }; //# sourceMappingURL=index.d.ts.map