Skip to content

Commit 37b65b9

Browse files
committed
chore: add type defs for css modules
1 parent 193c04b commit 37b65b9

6 files changed

Lines changed: 21 additions & 6 deletions

File tree

src/shared/App.module.css.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
declare const styles: {
2+
readonly reactLogo: string;
3+
readonly wrapper: string;
4+
};
5+
export = styles;
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
declare const styles: {
2+
readonly hot: string;
3+
readonly i18n: string;
4+
readonly jest: string;
5+
readonly linter: string;
6+
readonly racecar: string;
7+
readonly react: string;
8+
readonly rtl: string;
9+
readonly webpack: string;
10+
readonly wrapper: string;
11+
};
12+
export = styles;

src/shared/pages/Page-1/Page-1.css

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
declare const styles: {
2+
readonly wrapper: string;
3+
};
4+
export = styles;

src/shared/test.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/shared/variables.css.d.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)