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