UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

3 lines 113 B
import { TextProps } from "./type.mjs"; import { Text } from "./Text.mjs"; export { TextProps, Text as default };