react-expand
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -7,2 +7,3 @@ /// <reference types="react" /> | ||
activeClassName?: string; | ||
href: string; | ||
} | ||
@@ -18,2 +19,3 @@ export declare const HashControlPropTypes: { | ||
activeClassName?: string; | ||
href?: string; | ||
accept?: string; | ||
@@ -61,3 +63,2 @@ acceptCharset?: string; | ||
high?: number; | ||
href?: string; | ||
hrefLang?: string; | ||
@@ -364,2 +365,3 @@ htmlFor?: string; | ||
activeClassName?: PropTypes.Validator<any>; | ||
href: PropTypes.Validator<any>; | ||
accept?: PropTypes.Validator<any>; | ||
@@ -407,3 +409,2 @@ acceptCharset?: PropTypes.Validator<any>; | ||
high?: PropTypes.Validator<any>; | ||
href?: PropTypes.Validator<any>; | ||
hrefLang?: PropTypes.Validator<any>; | ||
@@ -410,0 +411,0 @@ htmlFor?: PropTypes.Validator<any>; |
{ | ||
"name": "react-expand", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "Simple element expand state controlling", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is too big to display
383068
7408