UNPKG

claritykit-svelte

Version:

A comprehensive Svelte component library focused on accessibility, ADHD-optimized design, developer experience, and full SSR compatibility

5 lines 253 B
import type { ChatThreadProps } from './types.js'; declare const ChatThread: import("svelte").Component<ChatThreadProps, {}, "">; type ChatThread = ReturnType<typeof ChatThread>; export default ChatThread; //# sourceMappingURL=ChatThread.svelte.d.ts.map