UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

4 lines (3 loc) 165 B
import type { ComponentProps } from 'react'; import React from 'react'; export declare const Anchor: ({ children, href }: ComponentProps<'a'>) => React.JSX.Element;