UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

5 lines 260 B
import type { MessageComposerProps } from '../MessageComposer'; export declare const useTextareaRef: (props: MessageComposerProps) => { textareaRef: import("react").RefObject<HTMLTextAreaElement | undefined>; }; //# sourceMappingURL=useTextareaRef.d.ts.map