stream-chat-react
Version:
React components to create chat conversations or livestream style chat
8 lines (7 loc) • 411 B
TypeScript
import React from 'react';
import type { IconProps } from '../../types/types';
export declare const DownloadIcon: ({ className }: IconProps) => React.JSX.Element;
export declare const PlayTriangleIcon: () => React.JSX.Element;
export declare const PauseIcon: () => React.JSX.Element;
export declare const GeolocationIcon: () => React.JSX.Element;
export declare const ExternalLinkIcon: () => React.JSX.Element;