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 / useExplorer.js
Size: Mime:
import { usePlugin } from '@filerobot/core/lib/hooks';
import { PLUGINS_IDS } from '@filerobot/utils/lib/constants';
var useExplorer = function useExplorer() {
  return usePlugin(PLUGINS_IDS.EXPLORER);
};
export default useExplorer;