UNPKG

styled-components

Version:

CSS for the <Component> Age. Style components your way with speed, strong typing, and flexibility.

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