This commit is contained in:
Iliyan Angelov
2025-09-14 23:24:25 +03:00
commit c67067a2a4
71311 changed files with 6800714 additions and 0 deletions

View File

@@ -0,0 +1 @@
exports.shouldForwardProp=function(o){return function(r){for(let e in r)o(e)||delete r[e]}};

View File

@@ -0,0 +1 @@
function e(e){return function(n){for(let t in n)e(t)||delete n[t]}}export{e as shouldForwardProp};

View File

@@ -0,0 +1 @@
function e(e){return function(n){for(let t in n)e(t)||delete n[t]}}export{e as shouldForwardProp};

View File

@@ -0,0 +1 @@
!function(e,o){"object"==typeof exports&&"undefined"!=typeof module?o(exports):"function"==typeof define&&define.amd?define(["exports"],o):o((e||self).gooberForwardProp={})}(this,function(e){e.shouldForwardProp=function(e){return function(o){for(let n in o)e(n)||delete o[n]}}});