@forbespro/lead-agent
Version:
Lead Chat Agent React Component
59 lines (58 loc) • 1.6 kB
JavaScript
import { blockquote as r } from "./index99.js";
import { hardBreak as m } from "./index100.js";
import { code as t } from "./index101.js";
import { strikethrough as e } from "./index102.js";
import { emphasis as i } from "./index103.js";
import { footnoteReference as f } from "./index104.js";
import { heading as p } from "./index105.js";
import { html as n } from "./index106.js";
import { imageReference as a } from "./index107.js";
import { image as l } from "./index108.js";
import { inlineCode as d } from "./index109.js";
import { linkReference as h } from "./index110.js";
import { link as c } from "./index111.js";
import { listItem as s } from "./index112.js";
import { list as g } from "./index113.js";
import { paragraph as k } from "./index114.js";
import { root as b } from "./index115.js";
import { strong as u } from "./index116.js";
import { table as R } from "./index117.js";
import { tableRow as x } from "./index118.js";
import { tableCell as B } from "./index119.js";
import { text as C } from "./index120.js";
import { thematicBreak as q } from "./index121.js";
const V = {
blockquote: r,
break: m,
code: t,
delete: e,
emphasis: i,
footnoteReference: f,
heading: p,
html: n,
imageReference: a,
image: l,
inlineCode: d,
linkReference: h,
link: c,
listItem: s,
list: g,
paragraph: k,
// @ts-expect-error: root is different, but hard to type.
root: b,
strong: u,
table: R,
tableCell: B,
tableRow: x,
text: C,
thematicBreak: q,
toml: o,
yaml: o,
definition: o,
footnoteDefinition: o
};
function o() {
}
export {
V as handlers
};