react-html-props
Advanced tools
Comparing version 1.0.16 to 1.0.17
{ | ||
"name": "react-html-props", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"author": "Justin Mahar <contact@justinmahar.com>", | ||
@@ -5,0 +5,0 @@ "description": "Convenient TypeScript types for all HTML element React props.", |
@@ -70,3 +70,3 @@ <h2 align="center"> | ||
In this case, simply extend the props for the element you'd like. For instance, `MyComponent extends DivProps`. | ||
In this case, simply extend the props for the element you'd like. For instance, `MyComponentProps extends DivProps`. | ||
@@ -73,0 +73,0 @@ Then use [object destructuring](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment#object_destructuring) to unpack your desired props. |
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
48790