UNPKG

aio-analytics

Version:

[Victor Tran](https://stackoverflow.com/users/11862231/victor-tran)

10 lines (9 loc) 360 B
/// <reference types="react" /> declare const _default: { useGtm: () => { sendGtm: (value: import("../interfaces").UseGTMProps) => void; useGTMDispatch: typeof import("@elgorditosalsero/react-gtm-hook").useGTMDispatch; }; GtmWrapper: import("react").FC<import("../interfaces").GTMWrapperProps>; }; export default _default;