UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

8 lines (7 loc) 279 B
import remarkMath from 'remark-math'; import rehypeKatex from 'rehype-katex'; import type { Plugin } from 'unified'; import type { Root } from 'mdast'; import 'katex/dist/katex.min.css'; declare const remarkCite: Plugin<[], Root>; export { remarkMath, rehypeKatex, remarkCite };