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