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