@forbespro/lead-agent
Version:
Lead Chat Agent React Component
20 lines (19 loc) • 491 B
JavaScript
import { fromMarkdown as a } from "./index66.js";
function e(s) {
const r = this;
r.parser = t;
function t(n) {
return a(n, {
...r.data("settings"),
...s,
// Note: these options are not in the readme.
// The goal is for them to be set by plugins on `data` instead of being
// passed by users.
extensions: r.data("micromarkExtensions") || [],
mdastExtensions: r.data("fromMarkdownExtensions") || []
});
}
}
export {
e as default
};