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