UNPKG

@rkosafo/cai.components

Version:

This package is under development and not ready for public use.

5 lines (4 loc) 200 B
import type { ChatInputProps } from './types.js'; declare const ChatInput: import("svelte").Component<ChatInputProps, {}, "">; type ChatInput = ReturnType<typeof ChatInput>; export default ChatInput;