UNPKG

styled-components

Version:

Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress

10 lines (9 loc) 141 B
import { CSSProp } from '../index'; /** * `css` prop */ declare module 'react' { interface Attributes { css?: CSSProp; } }