ismot's picture
Duplicate from huggingface-projects/color-palette-generator-sd
4e0a699
raw
history blame contribute delete
142 Bytes
import { writable } from 'svelte/store';
export const loadingState = writable<string>('');
export const isLoading = writable<boolean>(false);