UNPKG

@chatui/core

Version:

The React library for Chatbot UI

5 lines (4 loc) 214 B
export { default as Message } from './Message'; export type { MessageProps, MessageId } from './Message'; export { SystemMessage } from './SystemMessage'; export type { SystemMessageProps } from './SystemMessage';