Files
homepage/theme/env.d.ts
T
2026-05-19 21:45:20 -05:00

10 lines
138 B
TypeScript

declare module '*.css';
interface ImportMetaEnv {
readonly SSG_MD: boolean;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}