react-html-props
Advanced tools
Comparing version 1.0.14 to 1.0.15
{ | ||
"name": "react-html-props", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"author": "Justin Mahar <contact@justinmahar.com>", | ||
"description": "Convenience TypeScript type definitions for all HTML element props.", | ||
"description": "Convenient TypeScript types for all HTML element React props.", | ||
"homepage": "https://github.com/justinmahar/react-html-props", | ||
@@ -7,0 +7,0 @@ "main": "./dist/index.js", |
@@ -5,3 +5,3 @@ <h2 align="center"> | ||
<h3 align="center"> | ||
Convenience TypeScript type definitions for all HTML element props. | ||
Convenient TypeScript types for all HTML element React props. | ||
</h3> | ||
@@ -18,3 +18,3 @@ <p align="center"> | ||
This package includes convenience [TypeScript](https://www.typescriptlang.org/) type definitions for all `React.HTMLAttributes` for all HTML element types. | ||
This package includes convenient [TypeScript](https://www.typescriptlang.org/) type definitions for all `React.HTMLAttributes`, for all HTML element types. | ||
@@ -27,3 +27,3 @@ For example, this allows you to specify `DivProps` instead of `React.HTMLAttributes<HTMLDivElement>`. Because nobody wants to type all of that. 😁 | ||
- **🛩️ TypeScript types for all HTML element props** | ||
- **🧩 TypeScript types for all HTML element props** | ||
- Easily reference props for any HTML element with simple names like `DivProps`. | ||
@@ -30,0 +30,0 @@ - **🧠 Easy to remember** |
48774