UNPKG

@feelback/react

Version:

Use Feelback service within your React website

9 lines (8 loc) 385 B
import type { TargetContent } from "@feelback/js"; import type { FeelbackValueDefinition } from "../types"; export type FeelbackPulseProps = Readonly<TargetContent & { preset?: readonly FeelbackValueDefinition[]; revokable?: boolean; showCount?: boolean; }>; export declare function FeelbackPulse(props: FeelbackPulseProps): import("react/jsx-runtime").JSX.Element | null;