mirror of
https://github.com/binarydigitlol/binarydigitlol.github.io.git
synced 2025-06-20 17:02:24 +00:00
5 lines
72 B
TypeScript
5 lines
72 B
TypeScript
declare module '*.scss' {
|
|
const content: string
|
|
export = content
|
|
}
|