UNPKG

cra-template-pdr

Version:
11 lines (9 loc) 175 B
import "styled-components" declare module "styled-components" { export interface DefaultTheme { colors: { black: string white: string } } }