(templateId: string, props?: { tailwind?: boolean })
| 301 | } |
| 302 | |
| 303 | export function trackInitTemplate(templateId: string, props?: { tailwind?: boolean }): void { |
| 304 | trackEvent("init_template", { template: templateId, tailwind: props?.tailwind }); |
| 305 | } |
| 306 | |
| 307 | export function trackBrowserInstall(): void { |
| 308 | trackEvent("browser_install", {}); |