react-code-dataset / wp-calypso /apps /notifications /src /panel /state /selectors /get-is-loading.js
| import getUi from './get-ui'; | |
| export const getIsLoading = ( uiState ) => uiState.isLoading; | |
| export default ( state ) => getIsLoading( getUi( state ) ); | |