UNPKG

@cossistant/next

Version:

Next.js-ready SDK for building AI-powered support/chat widgets. Hooks + primitives, WS-driven, TypeScript-first. Next.js-ready, Tailwind optional.

18 lines 524 B
//#region ../react/src/identify-visitor.d.ts type IdentifySupportVisitorProps = { externalId?: string; email?: string; }; /** * Component exposed by Cossistant allowing you to identify a visitor whenever rendered with either an `externalId` or `email`. */ declare const IdentifySupportVisitor: { ({ externalId, email }: IdentifySupportVisitorProps): null; displayName: string; }; //#endregion export { IdentifySupportVisitor, IdentifySupportVisitorProps }; //# sourceMappingURL=identify-visitor2.d.ts.map