@blackbaud/skyux
Version:
SKY UX built on Angular 2
18 lines • 739 B
JavaScript
import { Component } from '@angular/core';
/* istanbul ignore next */
/* Code coverage having problems with no statements in classes */
var SkyRepeaterItemContextMenuComponent = (function () {
function SkyRepeaterItemContextMenuComponent() {
}
return SkyRepeaterItemContextMenuComponent;
}());
export { SkyRepeaterItemContextMenuComponent };
SkyRepeaterItemContextMenuComponent.decorators = [
{ type: Component, args: [{
selector: 'sky-repeater-item-context-menu',
template: "<ng-content></ng-content>\n"
},] },
];
/** @nocollapse */
SkyRepeaterItemContextMenuComponent.ctorParameters = function () { return []; };
//# sourceMappingURL=repeater-item-context-menu.component.js.map