UNPKG

mui-extended

Version:

Extended UI Components built on Material UI

6 lines (5 loc) 174 B
import { JSX } from "react"; /** * Adds Google Analytics to Webpage , if NEXT_PUBLIC_GOOGLE_ANALYTICS_ID is set */ export declare const GoogleAnalytics: () => JSX.Element;