@chroma-x/react-custom-dom-events
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@chroma-x/react-custom-dom-events", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Easily integrate custom DOM events in React functional components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -49,3 +49,3 @@ # react-custom-dom-events | ||
import { useRef } from 'react'; | ||
import { emitCustomDomEvent } from 'react-custom-dom-events'; | ||
import { emitCustomDomEvent } from '@chroma-x/react-custom-dom-events'; | ||
@@ -88,3 +88,3 @@ const emittingElement = useRef(null); | ||
import { useRef } from 'react'; | ||
import { useCustomDomEventListener } from 'react-custom-dom-events'; | ||
import { useCustomDomEventListener } from '@chroma-x/react-custom-dom-events'; | ||
@@ -91,0 +91,0 @@ const listenerElement = useRef(null); |
11569