kleros/kleros-v2

View on GitHub
web-devtools/global.d.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { DefaultTheme } from "styled-components";
import { theme } from "styles/Theme";
declare module "styled-components" {
  type Theme = typeof theme;
  export interface DefaultTheme extends Theme {}
}