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.

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