mirror of
https://github.com/lifegpc/bookdownload.git
synced 2026-07-08 01:31:31 +08:00
Add files
This commit is contained in:
4
src/css.d.ts
vendored
Normal file
4
src/css.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
declare module '*.css' {
|
||||
const content: { [className: string]: string };
|
||||
export = content;
|
||||
}
|
||||
Reference in New Issue
Block a user