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