UNPKG
@deptno/gtag-react
Version:
latest (0.2.0)
0.2.0
0.1.10
0.1.8
0.1.5
0.1.4
0.1.3
0.1.2
gtag, typescript, react
github.com/deptno/gtag
deptno/gtag
@deptno/gtag-react
/
dist
/
Gtag.d.ts
7 lines
(6 loc)
•
139 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
React
from
'react'
;
export
declare
const
GTag
:
React
.
FunctionComponent
<
Props
>;
declare
type
Props
= {
id
:
string
; };
export
{};