UNPKG

kylin-ui-component

Version:

A React UI library for some developers to develop quickly

4 lines (3 loc) 187 B
/// <reference types="react" /> import { MessageListProps } from './type'; export declare function MessageItem({ onRemove, id, type, content, duration, }: MessageListProps): JSX.Element;