We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b4a9b7 commit c261345Copy full SHA for c261345
rspress/custom-theme/theme/env.d.ts
@@ -0,0 +1,9 @@
1
+declare module '*.css';
2
+
3
+interface ImportMetaEnv {
4
+ readonly SSG_MD: boolean;
5
+}
6
7
+interface ImportMeta {
8
+ readonly env: ImportMetaEnv;
9
0 commit comments