Skip to content

Commit b8a808f

Browse files
committed
introduce centralised type for scss modules [copilot]
1 parent 6ffd94c commit b8a808f

5 files changed

Lines changed: 5 additions & 8 deletions

File tree

src/app/components/ArticleLinksBlock/Promo/index.module.scss.d.ts

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

src/app/components/ArticleLinksBlock/PromoList/index.module.scss.d.ts

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

src/app/components/ArticleLinksBlock/index.module.scss.d.ts

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

src/app/components/Curation/Subhead/index.module.scss.d.ts

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

src/index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
declare module '*.md';
22

3+
declare module '*.module.scss' {
4+
const styles: { [className: string]: string };
5+
export default styles;
6+
}
7+
38
declare module 'intersection-observer';
49

510
declare namespace React.JSX {

0 commit comments

Comments
 (0)