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.

12 lines (11 loc) 358 B
import { VuiComponent } from "../core/vui.js"; import { ChatInputProps } from "./chat.types.js"; import "../index.js"; //#region src/chat/chatInput.d.ts /** * Displays a chat input interface. */ declare const ChatInput: VuiComponent<"input", ChatInputProps>; //#endregion export { ChatInput, ChatInput as default }; //# sourceMappingURL=chatInput.d.ts.map