UNPKG

@lobehub/ui

Version:

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

6 lines 183 B
import ListParent from "./List"; import ListItem from "./ListItem"; var List = ListParent; List.Item = ListItem; export default List; export { default as ListItem } from "./ListItem";