mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 07:59:48 +03:00
Fun
This commit is contained in:
parent
46e804b5cf
commit
eb14dc8670
|
@ -227,7 +227,7 @@ interface Props {
|
||||||
dockStyle?: React.CSSProperties | null;
|
dockStyle?: React.CSSProperties | null;
|
||||||
dockHiddenStyle?: React.CSSProperties | null;
|
dockHiddenStyle?: React.CSSProperties | null;
|
||||||
duration: number;
|
duration: number;
|
||||||
children: React.FunctionComponent<{
|
children?: React.FunctionComponent<{
|
||||||
position: 'left' | 'right' | 'top' | 'bottom';
|
position: 'left' | 'right' | 'top' | 'bottom';
|
||||||
isResizing: boolean | undefined;
|
isResizing: boolean | undefined;
|
||||||
size: number;
|
size: number;
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
{
|
{
|
||||||
"extends": "../../tsconfig.react.base.json",
|
"extends": "../../tsconfig.react.base.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "lib"
|
"outDir": "lib",
|
||||||
|
// See https://github.com/DefinitelyTyped/DefinitelyTyped/issues/33311
|
||||||
|
"types": ["jest"]
|
||||||
},
|
},
|
||||||
"include": ["src"]
|
"include": ["src"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user