UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

6 lines 335 B
import type { PropsWithChildren } from 'react'; import type { ComponentContextValue } from './ComponentContext'; export declare function WithComponents({ children, overrides, }: PropsWithChildren<{ overrides: Partial<ComponentContextValue>; }>): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=WithComponents.d.ts.map