UNPKG

@lobehub/ui

Version:

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

9 lines (8 loc) 235 B
import ListItem from "./ListItem/index.mjs"; import List$1 from "./List.mjs"; //#region src/List/index.ts const List = List$1; List.Item = ListItem; //#endregion export { ListItem, List as default }; //# sourceMappingURL=index.mjs.map