UNPKG

@blackbaud/skyux

Version:
17 lines 753 B
import { Component } from '@angular/core'; var SkyToolbarSectionComponent = (function () { function SkyToolbarSectionComponent() { } return SkyToolbarSectionComponent; }()); export { SkyToolbarSectionComponent }; SkyToolbarSectionComponent.decorators = [ { type: Component, args: [{ selector: 'sky-toolbar-section', styles: [".sky-toolbar-section{padding:5px 10px;display:flex;align-items:center;position:relative;min-height:49px}\n"], template: "<div class=\"sky-toolbar-section\">\n <ng-content></ng-content>\n</div>\n" },] }, ]; /** @nocollapse */ SkyToolbarSectionComponent.ctorParameters = function () { return []; }; //# sourceMappingURL=toolbar-section.component.js.map