UNPKG

@blackbaud/skyux

Version:
16 lines 546 B
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