@porsche-design-system/components-react
Version:
Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.
13 lines (8 loc) • 315 B
JavaScript
;
var emotion = require('@porsche-design-system/components-js/emotion');
Object.keys(emotion).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return emotion[k]; }
});
});