UNPKG

trieve-search-component

Version:

The easiest way to get up and running in your app using trieve search.

6 lines 216 B
import React from "react"; export declare const ChatInput: ({ showShadow, onMessageSend, }: { showShadow?: boolean; onMessageSend?: () => void; }) => React.JSX.Element; //# sourceMappingURL=ChatInput.d.ts.map