@blackbaud/skyux
Version:
SKY UX built on Angular 2
17 lines • 727 B
JavaScript
import { Component } from '@angular/core';
var SkyTileContentSectionComponent = (function () {
function SkyTileContentSectionComponent() {
}
return SkyTileContentSectionComponent;
}());
export { SkyTileContentSectionComponent };
SkyTileContentSectionComponent.decorators = [
{ type: Component, args: [{
selector: 'sky-tile-content-section',
styles: [".sky-tile-content-section{padding:15px}\n"],
template: "<div class=\"sky-tile-content-section\">\n <ng-content></ng-content>\n</div>\n"
},] },
];
/** @nocollapse */
SkyTileContentSectionComponent.ctorParameters = function () { return []; };
//# sourceMappingURL=tile-content-section.component.js.map