UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

13 lines (12 loc) 373 B
/** * @deprecated `wait` has been deprecated and replaced by `waitFor` instead. * In most cases you should be able to find/replace `wait` with `waitFor`. * Learn more: https://testing-library.com/docs/dom-testing-library/api-async#waitfor. */ export function wait( callback?: () => void, options?: { timeout?: number interval?: number }, ): Promise<void>