UNPKG
react-google-analytics-lfc
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A package for loading Google analytics
react-google-analytics-lfc
/
dist
/
index.d.ts
6 lines
(5 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
reactGoogleAnalyticsLFC
{
private
readonly
GITHUB_REPO_URL
;
loadScript
():
Promise
<
void
>; }
export
declare
const
useAnalytics
:
() =>
reactGoogleAnalyticsLFC;