Setup

@wix/table-reservations
Version 1.0.194
Published Today

To use the TimeSlots API, install the @wix/table-reservations package using npm or Yarn:

Copy
npm install @wix/table-reservations

or

Copy
yarn add @wix/table-reservations

Then import { timeSlots } from @wix/table-reservations:

Copy
import { timeSlots } from "@wix/table-reservations";
Did this help?