Files
max-richter.dev/src/env.d.ts
Max Richter d1d6867130
All checks were successful
Deploy to SFTP Server / build (push) Successful in 41m27s
feat: add resume.pdf button
2024-04-08 14:22:36 +02:00

13 lines
257 B
TypeScript

/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
/// <reference types="unplugin-icons/types" />
declare global {
interface Window {
colors: import("svelte/store").Writable<{
background: string;
}>
}
}