UNPKG

@formbricks/js

Version:

Formbricks-js allows you to connect your index to Formbricks, display surveys and trigger events.

4 lines (3 loc) 214 B
import type { TSetupConfig } from "../types/formbricks"; export declare const setup: (config: TSetupConfig) => Promise<void>; export declare const callMethod: (method: string, ...args: unknown[]) => Promise<void>;