FetalCLIP / frontend /src /vite-env.d.ts
Numan Saeed
Upgrade to React + FastAPI (Docker-based)
a874986
raw
history blame contribute delete
189 Bytes
/// <reference types="vite/client" />
declare namespace React {
interface InputHTMLAttributes<T> extends HTMLAttributes<T> {
webkitdirectory?: string;
directory?: string;
}
}