UNPKG

@yuntijs/ui

Version:

☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps

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