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