styled-animate
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "styled-animate", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
# Example Usage | ||
```javascript | ||
import { withAnimate } from 'styled-animate' | ||
import withAnimate from 'styled-animate' | ||
@@ -24,3 +24,3 @@ const Foo = styled.div` | ||
```javascript | ||
import withAnimate from 'styled-animate' | ||
import { fadeInOut } from 'styled-animate' | ||
@@ -27,0 +27,0 @@ const Foo = styled.div` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11253