UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 279 B
import { ChatActionsBarProps } from "../type.mjs"; import { FC } from "react"; //#region src/chat/ChatList/components/ChatActionsBar.d.ts declare const ChatActionsBar: FC<ChatActionsBarProps>; //#endregion export { ChatActionsBar }; //# sourceMappingURL=ChatActionsBar.d.mts.map