mirror of
https://github.com/TheGreyDiamond/Enlight.git
synced 2026-04-01 07:10:23 +02:00
init
This commit is contained in:
9
enlightApp/app/components/css.d.ts
vendored
Normal file
9
enlightApp/app/components/css.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
declare module '*.scss' {
|
||||
const content: { [className: string]: string };
|
||||
export default content;
|
||||
}
|
||||
|
||||
declare module '*.css' {
|
||||
const content: { [className: string]: string };
|
||||
export default content;
|
||||
}
|
||||
Reference in New Issue
Block a user