aboutsummaryrefslogtreecommitdiffstats
path: root/src/types/modules/Theme.d.ts
blob: ef95171cbf626ee1d2a67176f846d0d3f6cb990e (plain) (blame)
1
2
3
4
5
6
7
8
import "styled-components";
import { theme } from "../../constants";

type ThemeType = typeof theme;

declare module "styled-components" {
  export interface DefaultTheme extends ThemeType {}
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage