File size: 240 Bytes
5f585cd
 
62fead0
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
/// <reference types="svelte" />
/// <reference types="vite/client" />

import type { HuggingFaceLibs, GradioLibs } from './lib/types';

declare global {
  interface Window {
    hfAuth: HuggingFaceLibs;
    gradioClient: GradioLibs;
  }
}