stream-chat-react
Version:
React components to create chat conversations or livestream style chat
9 lines • 376 B
TypeScript
import type { GeneralType, SupportedMimeType } from './mimeTypes';
import type { ComponentType } from 'react';
import type { BaseFileIconProps } from './FileIconSet';
type IconMap = {
standard: Record<SupportedMimeType | GeneralType | 'fallback', ComponentType<BaseFileIconProps>>;
};
export declare const iconMap: IconMap;
export {};
//# sourceMappingURL=iconMap.d.ts.map