@blackbaud/skyux
Version:
SKY UX built on Angular 2
17 lines • 691 B
JavaScript
import { Component } from '@angular/core';
var SkyTileContentComponent = (function () {
function SkyTileContentComponent() {
}
return SkyTileContentComponent;
}());
export { SkyTileContentComponent };
SkyTileContentComponent.decorators = [
{ type: Component, args: [{
selector: 'sky-tile-content',
styles: [":host /deep/ sky-tile-content-section:not(:last-child) .sky-tile-content-section{border-bottom:1px solid #e2e3e4}\n"],
template: "<ng-content></ng-content>\n"
},] },
];
/** @nocollapse */
SkyTileContentComponent.ctorParameters = function () { return []; };
//# sourceMappingURL=tile-content.component.js.map