UNPKG

@datapunt/matomo-tracker-react

Version:
5 lines 224 B
/// <reference types="react" /> import { MatomoInstance } from './types'; declare const MatomoContext: import("react").Context<MatomoInstance | null>; export default MatomoContext; //# sourceMappingURL=MatomoContext.d.ts.map