UNPKG

134 BTypeScriptView Raw
1import { CSSProp } from 'styled-components';
2declare module 'react' {
3 interface Attributes {
4 css?: CSSProp;
5 }
6}