import { RootState } from '..' import { UIState } from '~/src/types/core' export const selectUIState = (state: RootState): UIState => state.ui