UNPKG

styled-normalize

Version:

Normalize.css for styled-components CSS-in-JS library

8 lines (5 loc) 258 B
import { InterpolationValue, GlobalStyleComponent, DefaultTheme } from 'styled-components' declare const normalize: InterpolationValue declare const Normalize: GlobalStyleComponent<{}, DefaultTheme> export { normalize, Normalize } export default normalize