UNPKG

@datapunt/matomo-tracker-react

Version:
8 lines 311 B
import React from 'react'; import MatomoContext from './MatomoContext'; const MatomoProvider = ({ children, value }) => { const Context = MatomoContext; return React.createElement(Context.Provider, { value: value }, children); }; export default MatomoProvider; //# sourceMappingURL=MatomoProvider.js.map