UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

6 lines 294 B
import { type ComponentProps } from 'react'; export type BaseIconProps = ComponentProps<'svg'> & { decorative?: boolean; }; export declare const BaseIcon: ({ className, decorative, ...props }: BaseIconProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=BaseIcon.d.ts.map