react-expand
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -1,2 +0,2 @@ | ||
export * from "./ControllerExpandElement"; | ||
export * from "./ControllerExpandElementProps"; | ||
export * from "./ControlledExpandElement"; | ||
export * from "./ControlledExpandElementProps"; |
{ | ||
"name": "react-expand", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "Simple element expand state controlling", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -71,3 +71,3 @@ # React Expand | ||
| < Tab /> | tabId -> expandId | | ||
| < Popup /> | < ControllerExpandElement /> as < Popup /> | | ||
| < Popup /> | < ControlledExpandElement /> as < Popup /> | | ||
| < ModalOpenButton /> | < ExpandControl staticState={true} /> as < ModalOpenButton /> | | ||
@@ -74,0 +74,0 @@ | < ModalCloseButton /> | < ExpandControl staticState={false}/> as < ModalCloseButton /> | |
Sorry, the diff of this file is too big to display
365486
7084