scss.d.ts 89 B

1234
  1. declare module "*.scss" {
  2. const content: Record<string, string>;
  3. export = content;
  4. }