@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
4 lines • 314 B
text/typescript
import { MarkdownProps, StreamSmoothingPreset, SyntaxMarkdownProps, TypographyProps } from "./type.mjs";
import { Markdown } from "./Markdown.mjs";
import { Typography } from "./Typography.mjs";
export { MarkdownProps, StreamSmoothingPreset, SyntaxMarkdownProps, Typography, TypographyProps, Markdown as default };