mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-21 21:49:55 +03:00
Fix
This commit is contained in:
parent
db483b83ba
commit
e300993cf9
|
@ -20,7 +20,7 @@ interface Props {
|
|||
}
|
||||
|
||||
class DevTools extends Component<Props> {
|
||||
monitorProps: unknown;
|
||||
monitorProps?: object;
|
||||
Monitor?: React.ComponentType<
|
||||
LiftedState<unknown, Action<unknown>, unknown>
|
||||
> & {
|
||||
|
|
Loading…
Reference in New Issue
Block a user