Setup

@wix/events
Version 1.0.440
Published Today

To use the WixEventsV2 API, install the @wix/events package using npm or Yarn:

Copy
npm install @wix/events

or

Copy
yarn add @wix/events

Then import { wixEventsV2 } from @wix/events:

Copy
import { wixEventsV2 } from "@wix/events";
Did this help?