UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

6 lines 234 B
type UseTextareaPlaceholderProps = { placeholder?: string; }; export declare const useTextareaPlaceholder: ({ placeholder, }?: UseTextareaPlaceholderProps) => string; export {}; //# sourceMappingURL=useTextareaPlaceholder.d.ts.map