Comparing version 3.12.1 to 3.13.0
{ | ||
"name": "glamorous", | ||
"version": "3.12.1", | ||
"version": "3.13.0", | ||
"description": "React component styling solved", | ||
@@ -5,0 +5,0 @@ "main": "dist/glamorous.cjs.js", |
@@ -1,2 +0,3 @@ | ||
import { CSSProperties, SVGAttributes } from 'react' | ||
import { SVGAttributes } from 'react' | ||
import { CSSProperties } from './css-properties' | ||
import { | ||
@@ -131,3 +132,3 @@ HtmlStyledFunction, | ||
image: SvgStyledFunction<SVGImageElement, SVGAttributes<any>> | ||
line: SvgStyledFunction<SVGLineElement,SVGAttributes<any>> | ||
line: SvgStyledFunction<SVGLineElement, SVGAttributes<any>> | ||
linearGradient: SvgStyledFunction<SVGLinearGradientElement, SVGAttributes<any>> | ||
@@ -134,0 +135,0 @@ mask: SvgStyledFunction<SVGMaskElement, SVGAttributes<any>> |
410363
20
6144