Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias ChatHistoryProps
import { type ChatHistoryProps } from "https://deno.land/x/fathym_atomic_chat@v0.0.41/src/organisms/ChatHistory.tsx";
definition: { messages: ChatHistoryMessage[]; }