mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
d3-state-visualizer
This commit is contained in:
parent
020cdff7d5
commit
929605b52c
|
@ -14,9 +14,9 @@ import { tooltip } from 'd3tooltip';
|
|||
import type { StyleValue } from 'd3tooltip';
|
||||
|
||||
export interface Options {
|
||||
// eslint-disable-next-line @typescript-eslint/ban-types
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
|
||||
state?: {} | null;
|
||||
// eslint-disable-next-line @typescript-eslint/ban-types
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
|
||||
tree?: Node | {};
|
||||
|
||||
rootKeyName: string;
|
||||
|
|
Loading…
Reference in New Issue
Block a user