UNPKG

@bentonow/bento-nextjs-sdk

Version:

🍱 Bento Next.JS SDK and tracking library

8 lines 290 B
import React from 'react'; type BentoLegacyAnalyticsProps = { siteUuid: string; userEmail?: string; }; export declare function BentoLegacyAnalytics({ siteUuid, userEmail, }: BentoLegacyAnalyticsProps): React.JSX.Element; export {}; //# sourceMappingURL=BentoLegacyAnalytics.d.ts.map