Files

10 lines
138 B
TypeScript
Raw Permalink Normal View History

2026-05-19 21:45:20 -05:00
declare module '*.css';
interface ImportMetaEnv {
readonly SSG_MD: boolean;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}