askirmas/react-classnaming

View on GitHub
global.d.ts

Summary

Maintainability
A
0 mins
Test Coverage
declare module "*.css" {
  declare const css: Record<string, undefined|string>
  export = css
}