UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 258 B
import { ListItemProps } from "../type.mjs"; import * as react63 from "react"; //#region src/List/ListItem/index.d.ts declare const ListItem: react63.NamedExoticComponent<ListItemProps>; //#endregion export { ListItem }; //# sourceMappingURL=index.d.mts.map