UNPKG

astro-google-analytics

Version:
9 lines (8 loc) 123 B
export interface Props { /** * Google Analytics 4 ID. * * **Default**: `'G-XXXXXXXXXX'` * */ id: string; }