UNPKG

adblock-detect-react

Version:

Provides utilities to check if ad block is enabled on a page via both a React hook and a wrapper component.

3 lines 172 B
export { AdBlockDetectedWrapper } from "./components/AdBlockDetectedWrapper"; export { useDetectAdBlock } from "./hooks/useDetectAdBlock"; //# sourceMappingURL=index.js.map