UNPKG
@datapunt/matomo-tracker-react
Version:
latest (0.5.1)
0.5.1
0.5.0
0.4.1-0.5.0-alpha.1.0
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.16
0.0.16-alpha.5.0
0.0.15
0.0.14
0.0.13
0.0.12
0.0.11
Matomo tracker for react projects
github.com/Amsterdam/matomo-tracker
Amsterdam/matomo-tracker
@datapunt/matomo-tracker-react
/
es
/
instance.d.ts
5 lines
•
240 B
TypeScript
View Raw
1
2
3
4
5
import
MatomoTracker
from
'@datapunt/matomo-tracker-js'
;
import
{
InstanceParams
}
from
'./types'
; declare
function
createInstance
(
params: InstanceParams
):
MatomoTracker
;
export
default
createInstance;
//# sourceMappingURL=instance.d.ts.map