UNPKG

create-rivas-react

Version:

Boilerplate for create react with atomic design

10 lines (8 loc) 225 B
import 'styled-components'; import { themeLight } from 'styles/theme'; declare module 'styled-components' { export interface DefaultTheme { colors: typeof themeLight.colors; zIndex: typeof themeLight.zIndex; } }