ant-design-x-vue-next
Version:
Ant Design X for Vue — community continuation aligned with @ant-design/x
28 lines (27 loc) • 910 B
JavaScript
import e from "./XMarkdown.mjs";
import { StreamCacheTokenType as n } from "./interface.mjs";
import { default as f } from "./AnimationText.mjs";
import { parseMarkdown as s } from "./parser.mjs";
import { sanitizeMarkdownHtml as x } from "./sanitize.mjs";
import { escapeHtml as u } from "./escapeHtml.mjs";
import { useStreaming as d } from "./composables/useStreaming.mjs";
import { getInitialCache as k, processStreamingText as w } from "./streamCache.mjs";
import { plugins as T } from "./plugins/index.mjs";
import { default as h } from "./plugins/Latex.mjs";
e.install = function(r) {
return r.component(e.name, e), r;
};
export {
f as AnimationText,
h as Latex,
n as StreamCacheTokenType,
e as XMarkdown,
e as default,
u as escapeHtml,
k as getInitialCache,
s as parseMarkdown,
w as processStreamingText,
x as sanitizeMarkdownHtml,
d as useStreaming,
T as xMarkdownPlugins
};