Skip to content

Commit

Permalink
Create scss.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx committed Apr 11, 2024
1 parent 679eb6a commit 37d8f3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions types/scss.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
declare module '*.scss' {
const content: string;
export default content;
}

0 comments on commit 37d8f3c

Please sign in to comment.