feat: add shared analytics types, events, consent logic, and i18n strings

This commit is contained in:
ashim-hq
2026-04-22 18:58:16 +08:00
parent 5a45bcbc8f
commit 03df555e10
6 changed files with 219 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
export * from "./analytics/consent.js";
export * from "./analytics/events.js";
export * from "./analytics/types.js";
export * from "./constants.js";
export * from "./features.js";
export * from "./i18n/index.js";