This commit is contained in:
Nathan Bierema 2022-06-06 09:31:36 -04:00
parent db483b83ba
commit e300993cf9

View File

@ -20,7 +20,7 @@ interface Props {
}
class DevTools extends Component<Props> {
monitorProps: unknown;
monitorProps?: object;
Monitor?: React.ComponentType<
LiftedState<unknown, Action<unknown>, unknown>
> & {