UNPKG

@vericus/slate-kit-highlight-text

Version:

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

5 lines 170 B
import { Mark } from "slate"; export default function getData(type: string, data: string, el: HTMLElement): { marks?: Mark[]; }; //# sourceMappingURL=getData.d.ts.map