UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

25 lines (24 loc) 841 B
import { __extends } from "tslib"; import { IgrSummaryRow } from "./igr-summary-row"; import { SummaryRowRoot } from "./SummaryRowRoot"; var IgrSummaryRowRoot = /** @class */ /*@__PURE__*/ (function (_super) { __extends(IgrSummaryRowRoot, _super); function IgrSummaryRowRoot(props) { return _super.call(this, props) || this; } IgrSummaryRowRoot.prototype.createImplementation = function () { return new SummaryRowRoot(); }; Object.defineProperty(IgrSummaryRowRoot.prototype, "i", { /** * @hidden */ get: function () { return this._implementation; }, enumerable: false, configurable: true }); return IgrSummaryRowRoot; }(IgrSummaryRow)); export { IgrSummaryRowRoot };