mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Fixes
This commit is contained in:
parent
81c03e4619
commit
6d39b836cb
|
@ -101,9 +101,7 @@ export const StyleUtilsContext = createContext<StyleUtils>({
|
|||
invertTheme: false,
|
||||
});
|
||||
|
||||
export function getJsonTreeTheme(
|
||||
base16Theme: base16Themes.Base16Theme,
|
||||
): StylingConfig {
|
||||
export function getJsonTreeTheme(base16Theme: Base16Theme): StylingConfig {
|
||||
return {
|
||||
extend: base16Theme,
|
||||
nestedNode: ({ style }, keyPath, nodeType, expanded) => ({
|
||||
|
|
|
@ -43,7 +43,7 @@ interface SliderMonitorProps<S, A extends Action<string>> // eslint-disable-next
|
|||
dispatch: Dispatch<LiftedAction<S, A, {}>>;
|
||||
preserveScrollTop: boolean;
|
||||
select: (state: S) => unknown;
|
||||
theme: keyof typeof themes | Base16Theme;
|
||||
theme: keyof typeof base16Themes | Base16Theme;
|
||||
keyboardEnabled: boolean;
|
||||
hideResetButton?: boolean;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user