react-switch
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -8,2 +8,8 @@ # Changelog | ||
## [5.0.1 - 2019-07-16] | ||
### Fixed | ||
- Minor typescript definition fix. | ||
## [5.0.0 - 2019-04-22] | ||
@@ -10,0 +16,0 @@ |
@@ -140,5 +140,5 @@ import * as React from "react"; | ||
declare class ReactSwitch extends React.Component< | ||
ReactSwitchProps | allowedHTMLinputProps | ||
ReactSwitchProps & allowedHTMLinputProps | ||
> {} | ||
export default ReactSwitch; |
{ | ||
"name": "react-switch", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Draggable toggle-switch component for react", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
49915