UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 342 B
import { ChatInputAreaInnerProps } from "../type.mjs"; import * as react118 from "react"; //#region src/chat/ChatInputArea/components/ChatInputAreaInner.d.ts declare const ChatInputAreaInner: react118.NamedExoticComponent<ChatInputAreaInnerProps>; //#endregion export { ChatInputAreaInner }; //# sourceMappingURL=ChatInputAreaInner.d.mts.map