mirror of
https://github.com/logos-co/roadmap.git
synced 2025-01-11 08:55:53 +00:00
5 lines
72 B
TypeScript
5 lines
72 B
TypeScript
|
declare module '*.scss' {
|
||
|
const content: string
|
||
|
export = content
|
||
|
}
|