UNPKG

@lobehub/ui

Version:

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

3 lines 109 B
import { TagProps } from "./type.mjs"; import Tag from "./Tag.mjs"; export { type TagProps, Tag as default };