huggingchat / src /lib /stores /pendingMessage.ts
WebraftAI's picture
Duplicate from huggingchat/chat-ui
6178b6e
raw
history blame
94 Bytes
import { writable } from "svelte/store";
export const pendingMessage = writable<string>("");