laif-ds
Version:
Design System di Laif con componenti React basati su principi di Atomic Design
14 lines (13 loc) • 324 B
JavaScript
"use client";
function t() {
return t = Object.assign ? Object.assign.bind() : function(r) {
for (var n = 1; n < arguments.length; n++) {
var a = arguments[n];
for (var e in a) ({}).hasOwnProperty.call(a, e) && (r[e] = a[e]);
}
return r;
}, t.apply(null, arguments);
}
export {
t as default
};