5 lines
166 B
TypeScript
5 lines
166 B
TypeScript
|
|
import type { AppState } from "@appsmith/reducers";
|
||
|
|
|
||
|
|
export const getDatasourceResponsePaneHeight = (state: AppState) =>
|
||
|
|
state.ui.datasourcePane.responseTabHeight;
|