Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@filerobot/explorer / lib / hooks / useExplorerI18n.js
Size: Mime:
import { useMemo } from 'react';
import useExplorer from './useExplorer';
var useExplorerI18n = function useExplorerI18n() {
  var _useExplorer = useExplorer(),
    i18n = _useExplorer.i18n;
  return useMemo(function () {
    return i18n;
  }, [i18n]);
};
export default useExplorerI18n;