redux-devtools/src/react
Jason Als bc214a6691 Make DebugPanel style customizable.
With this you can pass style to DebugPanel component.

```js
<DebugPanel style={{maxWidth: '50%'}}> </DebugPanel>
```
2015-07-21 09:17:58 -04:00
..
native fix: new line at end of file 2015-07-15 00:21:10 +03:00
DebugPanel.js Make DebugPanel style customizable. 2015-07-21 09:17:58 -04:00
index.js Import the initial devTools implementation 2015-07-15 00:09:54 +03:00
LogMonitor.js Use a generic setMonitorState action so other monitors can impleemnt other logic 2015-07-20 23:24:04 +03:00
LogMonitorEntry.js Import the initial devTools implementation 2015-07-15 00:09:54 +03:00