UNPKG

@logaflow/next

Version:

This library was generated with [Nx](https://nx.dev).

11 lines (10 loc) 390 B
export interface LogaflowWidgetProps { projectKey: string; useCustomTrigger?: boolean; userId?: string; name?: string; email?: string; avatar?: string; triggerText?: string; } export declare function LogaflowWidget({ projectKey, useCustomTrigger, userId, name, email, avatar, triggerText, }: LogaflowWidgetProps): import("react/jsx-runtime").JSX.Element | null;