UNPKG
react-ga-neo
Version:
latest (2.2.0)
2.2.0
Google Analytics 4 in React
github.com/elamperti/react-ga-neo
elamperti/react-ga-neo
react-ga-neo
/
types
/
index.d.ts
5 lines
(4 loc)
•
122 B
TypeScript
View Raw
1
2
3
4
5
export
const
ReactGAImplementation
:
typeof
GA4
;
export
default
ga4;
import
{
GA4
}
from
"./ga4"
;
import
ga4
from
"./ga4"
;