5 lines
87 B
TypeScript
Raw Normal View History

declare module "*.scss" {
const scss: Record<string, string>
export default scss
}