Skip to content

Commit

Permalink
Merge pull request #752 from jellyfin/nvv-scss-types
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill authored Nov 27, 2023
2 parents aeafa51 + 5d3a849 commit 08fa80c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/scss.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
declare module '*.module.scss' {
const classes: { readonly [key: string]: string };
export default classes;
}

declare module '*.scss' {
const src: string;
export default src;
}

0 comments on commit 08fa80c

Please sign in to comment.