UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

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