@madeja-studio/telar
Version:
UI component library by Madeja Studio
2 lines • 326 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:true});exports.withDrag=void 0;var withDrag=exports.withDrag=function withDrag(_ref){var threshold=_ref.threshold,value=_ref.value;if(value>threshold){return threshold+(value-threshold)*(threshold/value);}else{return value;}};
//# sourceMappingURL=withDrag.js.map