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