UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

6 lines (5 loc) 353 B
import { ChatInputButtonProps, ChatInputProps, ChatInputStatus, ChatProps } from "./chat.types.js"; import { ChatInput } from "./chatInput.js"; import { ChatMessage } from "./chatMessage.js"; import { Chat } from "./chat.js"; export { Chat, ChatInput, type ChatInputButtonProps, type ChatInputProps, type ChatInputStatus, ChatMessage, type ChatProps };