UNPKG

@kitn.ai/chat

Version:

Framework-agnostic, Shadow-DOM web components for building AI chat interfaces — works in React, Vue, Angular, Svelte, or plain HTML. Authored in SolidJS.

5 lines (4 loc) 288 B
import { CardEventKind } from '../primitives/card-contract'; /** Recursive guard (H-D): nested data/patch/context are forwarded to app handlers. */ export declare function hasPollutionKey(value: unknown): boolean; export declare function isKnownEventKind(k: unknown): k is CardEventKind;