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