UNPKG

@porsche-design-system/components-angular

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) 312 B
'use strict'; var agGrid = require('@porsche-design-system/components-js/ag-grid'); Object.keys(agGrid).forEach(function (k) { if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, { enumerable: true, get: function () { return agGrid[k]; } }); });