UNPKG

@feelback/react

Version:

Use Feelback service within your React website

5 lines (4 loc) 333 B
import type { FeelbackValueIcon } from "../types"; import { ReactElement } from "react"; export declare function createIcon(icon: FeelbackValueIcon): ReactElement; export declare function mergeCallback(cb1: ((...args: any[]) => void) | undefined, cb2: ((...args: any[]) => void) | undefined): ((...args: any[]) => void) | undefined;