mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-25 13:06:22 +00:00
5 lines
72 B
TypeScript
5 lines
72 B
TypeScript
|
declare module '*.scss' {
|
||
|
const content: string
|
||
|
export = content
|
||
|
}
|