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.

5 lines (4 loc) 226 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";