UNPKG

ionic-angular

Version:

A powerful framework for building mobile and progressive web apps with JavaScript and Angular

18 lines 440 B
import { Directive } from '@angular/core'; /** * @hidden */ var ItemGroup = (function () { function ItemGroup() { } ItemGroup.decorators = [ { type: Directive, args: [{ selector: 'ion-item-group' },] }, ]; /** @nocollapse */ ItemGroup.ctorParameters = function () { return []; }; return ItemGroup; }()); export { ItemGroup }; //# sourceMappingURL=item-group.js.map