1 2 3 4 5
import { RootStore } from "../store"; const selectBottomMessage = (state: RootStore) => state.uiState.bottomMessage; export { selectBottomMessage };