react-smooth-carousel-dots
Version:
Custom Carousel Dots component to plug in to any your Carousels.
18 lines (14 loc) • 370 B
JavaScript
;
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