@types/matomo-tracker-react-native 0.3.4 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -88,7 +88,7 @@ export interface MatomoProviderProps {
|
|
|
88
88
|
children: React.ReactElement;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
export function MatomoProvider(props: MatomoProviderProps): JSX.Element;
|
|
91
|
+
export function MatomoProvider(props: MatomoProviderProps): React.JSX.Element;
|
|
92
92
|
|
|
93
93
|
export const MatomoContext: React.Context<{}>;
|
|
94
94
|
export interface InstanceProps {
|
|
@@ -114,7 +114,7 @@ export default class MatomoTracker {
|
|
|
114
114
|
````
|
|
115
115
|
|
|
116
116
|
### Additional Details
|
|
117
|
-
* Last updated:
|
|
117
|
+
* Last updated: Wed, 06 Dec 2023 07:07:09 GMT
|
|
118
118
|
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)
|
|
119
119
|
|
|
120
120
|
# Credits
|
|
@@ -78,7 +78,7 @@ export interface MatomoProviderProps {
|
|
|
78
78
|
children: React.ReactElement;
|
|
79
79
|
}
|
|
80
80
|
|
|
81
|
-
export function MatomoProvider(props: MatomoProviderProps): JSX.Element;
|
|
81
|
+
export function MatomoProvider(props: MatomoProviderProps): React.JSX.Element;
|
|
82
82
|
|
|
83
83
|
export const MatomoContext: React.Context<{}>;
|
|
84
84
|
export interface InstanceProps {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/matomo-tracker-react-native",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5",
|
|
4
4
|
"description": "TypeScript definitions for matomo-tracker-react-native",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/matomo-tracker-react-native",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@types/react": "*"
|
|
24
24
|
},
|
|
25
|
-
"typesPublisherContentHash": "
|
|
26
|
-
"typeScriptVersion": "4.
|
|
25
|
+
"typesPublisherContentHash": "7d6ffbcd85bf857a32709b0acef15cea058cf9ff42d890387056771250a29d9b",
|
|
26
|
+
"typeScriptVersion": "4.6"
|
|
27
27
|
}
|