5 lines
171 B
TypeScript
5 lines
171 B
TypeScript
|
|
import type { AppState } from "ee/reducers";
|
||
|
|
|
||
|
|
export const getDebuggerStateInspectorSelectedItem = (state: AppState) =>
|
||
|
|
state.ui.debugger.stateInspector.selectedItemId;
|