UNPKG

@deptno/gtag-react

Version:

gtag, typescript, react

7 lines (6 loc) 139 B
import React from 'react'; export declare const GTag: React.FunctionComponent<Props>; declare type Props = { id: string; }; export {};