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