FineVision / app /src /env.d.ts
thibaud frere
update
72cfb5a
raw
history blame
260 Bytes
/// <reference path="../.astro/types.d.ts" />
/// <reference types="vite/client" />
declare module '*.png?url' {
const src: string;
export default src;
}
// (Global window typings for Plotly/D3 are intentionally omitted; components handle typing inline.)