UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

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