import type { AppState } from "@appsmith/reducers"; export const getJSPaneConfigSelectedTab = (state: AppState) => state.ui.jsPane.selectedConfigTab;