UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

6 lines (5 loc) 266 B
import React, { PropsWithChildren } from 'react'; import { ComponentContextValue } from './ComponentContext'; export declare function WithComponents({ children, overrides, }: PropsWithChildren<{ overrides: Partial<ComponentContextValue>; }>): React.JSX.Element;