mirror of
https://github.com/alrayyes/wiki.git
synced 2025-03-13 02:38:45 +00:00
4 lines
72 B
TypeScript
4 lines
72 B
TypeScript
declare module '*.scss' {
|
|
const content: string
|
|
export = content
|
|
}
|