chat-ui / src /lib /stores /loading.ts
kramp's picture
kramp HF Staff
Disable the share button while generating (#1958)
1d6db01 unverified
import { writable } from "svelte/store";
export const loading = writable(false);