/// <reference types="svelte" /> | |
/// <reference types="vite/client" /> | |
import type { HuggingFaceLibs, GradioLibs } from './lib/types'; | |
declare global { | |
interface Window { | |
hfAuth: HuggingFaceLibs; | |
gradioClient: GradioLibs; | |
} | |
} | |
/// <reference types="svelte" /> | |
/// <reference types="vite/client" /> | |
import type { HuggingFaceLibs, GradioLibs } from './lib/types'; | |
declare global { | |
interface Window { | |
hfAuth: HuggingFaceLibs; | |
gradioClient: GradioLibs; | |
} | |
} | |