UNPKG

react-carousel-query

Version:

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

15 lines (11 loc) 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TimeoutError = void 0; class TimeoutError extends Error { constructor(util, timeout) { super(`Timed out in ${util.name} after ${timeout}ms.`); } } exports.TimeoutError = TimeoutError;