Duplicated from huggingchat/chat-ui
5da61b4 1b66f8d 0e5c445
1
2
3
4
5
6
7
8
9
10
import { writable } from "svelte/store"; export const pendingMessage = writable< | { content: string; files: File[]; } | undefined >();