UNPKG

@ai-sdk/svelte

Version:

[Svelte](https://svelte.dev/) UI components for the [AI SDK](https://ai-sdk.dev/docs):

11 lines 372 B
import { Chat } from '../chat.svelte.js'; type $$ComponentProps = { id?: string; }; declare const ChatSynchronization: import("svelte").Component<$$ComponentProps, { chat1: Chat; chat2: Chat; }, "">; type ChatSynchronization = ReturnType<typeof ChatSynchronization>; export default ChatSynchronization; //# sourceMappingURL=chat-synchronization.svelte.d.ts.map