UNPKG

@vericus/slate-kit-highlight-text

Version:

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

8 lines 262 B
import getData from "./getData"; export default function createStyle(options) { var type = options.type, data = options.data; return { getData: function (_editor, el) { return getData(type, data, el); }, }; } //# sourceMappingURL=index.js.map