index.ts 134 B

1234
  1. import { IState } from '../../../typescript/redux/interfaces'
  2. const getLoad = (state:IState) => state.isLoading;
  3. export { getLoad };