react-use-loading-overlay
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -1,2 +0,2 @@ | ||
import './style.css'; | ||
import './styles.css'; | ||
import { MutableRefObject } from 'react'; | ||
@@ -3,0 +3,0 @@ declare const useLoadingOverlay: (containerRef: MutableRefObject<HTMLDivElement>) => { |
"use strict"; | ||
exports.__esModule = true; | ||
require("./style.css"); | ||
require("./styles.css"); | ||
var react_1 = require("react"); | ||
@@ -5,0 +5,0 @@ var util_1 = require("./util"); |
{ | ||
"name": "react-use-loading-overlay", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A simple, lightweight react hook for displaying a loading overlay", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -1,2 +0,2 @@ | ||
import './style.css'; | ||
import './styles.css'; | ||
import { MutableRefObject, useCallback, useEffect, useRef } from 'react'; | ||
@@ -3,0 +3,0 @@ import { generateLoadingOverlay, generateTextNode } from './util'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14270