mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-01-14 22:18:43 +00:00
5 lines
72 B
TypeScript
5 lines
72 B
TypeScript
|
declare module '*.scss' {
|
||
|
const content: string
|
||
|
export = content
|
||
|
}
|