UNPKG

react-smooth-carousel-dots

Version:

Custom Carousel Dots component to plug in to any your Carousels.

18 lines (14 loc) 370 B
"use strict"; exports.__esModule = true; exports["default"] = void 0; var _react = require("react"); function usePrevious(value) { var ref = (0, _react.useRef)(); (0, _react.useEffect)(function () { ref.current = value; }, [value]); return ref.current; } var _default = usePrevious; exports["default"] = _default; //# sourceMappingURL=use-previous.js.map