File size: 174 Bytes
b2ecf7d
 
 
 
1
2
3
4
5
import { writable } from "svelte/store";
import type { ModelLoadInfo } from "./shared/types.js";

export const modelLoadStates = writable<Record<string, ModelLoadInfo>>({});