Add files

This commit is contained in:
2026-02-13 20:27:40 +08:00
commit 92f5073774
19 changed files with 2175 additions and 0 deletions

4
src/css.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module '*.css' {
const content: { [className: string]: string };
export = content;
}