UNPKG

@lobehub/ui

Version:

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

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