UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

9 lines 420 B
import { type ReactNode } from 'react'; import { type BaseIconProps } from './BaseIcon'; type IconProps = BaseIconProps & Record<`data-${string}`, string>; export declare function createIcon(name: string, content: ReactNode, defaultProps?: IconProps): { ({ className, ...props }: BaseIconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export {}; //# sourceMappingURL=createIcon.d.ts.map