UNPKG

ant-design-x-vue-next

Version:

Ant Design X for Vue — community continuation aligned with @ant-design/x

15 lines (14 loc) 779 B
import XMarkdown from './XMarkdown.vue'; export type { XMarkdownProps, XMarkdownComponents, XMarkdownComponentProps, StreamingOption, StreamStatus, DefaultStyleTag, } from './interface'; export { StreamCacheTokenType } from './interface'; export default XMarkdown; export { XMarkdown }; export { default as AnimationText } from './AnimationText.vue'; export { parseMarkdown } from './parser'; export { sanitizeMarkdownHtml } from './sanitize'; export { escapeHtml } from './escapeHtml'; export { useStreaming } from './composables/useStreaming'; export { processStreamingText, getInitialCache } from './streamCache'; export { Latex, plugins as xMarkdownPlugins } from './plugins'; export type { LatexOption } from './plugins'; export type { AnimationConfig } from './interface';