UNPKG

@churchapps/apphelper

Version:

Library of helper functions for React and NextJS ChurchApps

7 lines 265 B
export declare class AnalyticsHelper { static init: () => void; static logPageView: () => void; static logEvent: (category: string, action: string, label?: string) => void; private static setChurchKey; } //# sourceMappingURL=AnalyticsHelper.d.ts.map