UNPKG

@ant-design/pro-chat

Version:
6 lines (5 loc) 245 B
/// <reference types="react" /> import type { ChatItemProps } from './type'; declare const ChatItem: import("react").NamedExoticComponent<ChatItemProps<Record<string, any>>>; export default ChatItem; export type { ChatItemProps } from './type';