UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 265 B
import { ChatListProps } from "./type.mjs"; import * as react133 from "react"; //#region src/chat/ChatList/ChatList.d.ts declare const ChatList: react133.NamedExoticComponent<ChatListProps>; //#endregion export { ChatList }; //# sourceMappingURL=ChatList.d.mts.map