UNPKG

@rkosafo/cai.components

Version:

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

5 lines (4 loc) 208 B
import { type ChatEntryPageProps } from './index.js'; declare const ChatEntry: import("svelte").Component<ChatEntryPageProps, {}, "">; type ChatEntry = ReturnType<typeof ChatEntry>; export default ChatEntry;