UNPKG

@vericus/slate-kit-highlight-text

Version:

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

6 lines 230 B
import { Editor } from "slate"; import { TypeOptions } from "../options"; export default function createCommands(opt: TypeOptions): { [x: string]: (editor: Editor, color: string) => void; }; //# sourceMappingURL=index.d.ts.map