UNPKG

@vericus/slate-kit-highlight-text

Version:

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

4 lines 194 B
import { Plugin } from "slate"; import { TypeOptions } from "./options"; export default function createPlugin(pluginOptions?: Partial<TypeOptions>): Plugin[]; //# sourceMappingURL=index.d.ts.map