UNPKG

140 BTypeScriptView Raw
1declare module '*.scss' {
2 const content: any;
3 export = content;
4}
5
6declare module '*.css' {
7 const content: any;
8 export = content;
9}