Files
copilotkit__copilotkit/examples/v2/react-router/app/env.d.ts
Alem Tuzlak c3fc0091a0 fix(runtime): widen TanStack message content type for adapter compat
TanStackChatMessage.content uses any[] for multimodal so
messages are directly passable to any adapter without casts.
Add env.d.ts with vite/client types for CSS imports.
2026-04-10 17:53:43 +02:00

2 lines
38 B
TypeScript

/// <reference types="vite/client" />