UNPKG

@formbricks/js

Version:

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

9 lines (8 loc) 214 B
import type { TFormbricks } from "./types/formbricks"; declare global { interface Window { formbricks: TFormbricks | undefined; } } declare const formbricks: TFormbricks; export default formbricks;