react-html-props
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -118,4 +118,4 @@ import * as React from 'react'; | ||
export declare type StylePropsWithRef = React.DetailedHTMLProps<React.HTMLAttributes<HTMLStyleElement>, HTMLStyleElement>; | ||
export declare type SVGProps = React.HTMLAttributes<SVGElement>; | ||
export declare type SVGPropsWithRef = React.DetailedHTMLProps<React.HTMLAttributes<SVGElement>, SVGElement>; | ||
export declare type SVGProps = React.HTMLAttributes<SVGSVGElement>; | ||
export declare type SVGPropsWithRef = React.DetailedHTMLProps<React.HTMLAttributes<SVGSVGElement>, SVGSVGElement>; | ||
export declare type TableProps = React.HTMLAttributes<HTMLTableElement>; | ||
@@ -122,0 +122,0 @@ export declare type TablePropsWithRef = React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableElement>, HTMLTableElement>; |
{ | ||
"name": "react-html-props", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"author": "Justin Mahar <contact@justinmahar.com>", | ||
@@ -5,0 +5,0 @@ "description": "Convenience TypeScript type definitions for all HTML element 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
32859