mirror of
https://github.com/lifegpc/bookdownload.git
synced 2026-06-20 10:55:31 +08:00
5 lines
101 B
TypeScript
5 lines
101 B
TypeScript
declare module '*.css' {
|
|
const content: { [className: string]: string };
|
|
export = content;
|
|
}
|