UNPKG

@bentonow/bento-nextjs-sdk

Version:

🍱 Bento Next.JS SDK and tracking library

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