UNPKG

@blackbaud/skyux

Version:
17 lines 727 B
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