UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

7 lines (6 loc) 221 B
/// <reference types="react" /> export interface IGoogleAnalyticsProps { trackingId: string; force?: boolean; } export declare function GoogleAnalytics({ trackingId, force, }: IGoogleAnalyticsProps): JSX.Element;