UNPKG
@bentonow/bento-nextjs-sdk
Version:
latest (0.0.1-rc3)
0.0.1-rc3
0.0.1-rc2
0.0.1-rc1
🍱 Bento Next.JS SDK and tracking library
bentonow.com
bentonow/bento-nextjs-sdk
@bentonow/bento-nextjs-sdk
/
dist
/
types
/
analytics
/
BentoAnalytics.d.ts
8 lines
•
265 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
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