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