@blackbaud/skyux
Version:
SKY UX built on Angular 2
16 lines • 546 B
JavaScript
import { Component } from '@angular/core';
var SkyCardActionsComponent = (function () {
function SkyCardActionsComponent() {
}
return SkyCardActionsComponent;
}());
export { SkyCardActionsComponent };
SkyCardActionsComponent.decorators = [
{ type: Component, args: [{
selector: 'sky-card-actions',
template: "<ng-content></ng-content>\n"
},] },
];
/** @nocollapse */
SkyCardActionsComponent.ctorParameters = function () { return []; };
//# sourceMappingURL=card-actions.component.js.map